Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 573 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 573 Bytes

Movie_Review_Site

Rest API for movie review created using Node.js ,express.js and MongoDB. Authentication was handled using Passport.js. Frontend designed with Bootstrap.

Features

  • Create,read,edit and delete reviews.
  • User can add comment to any review.
  • User need to be authenticated to add,edit or delete review or comment.
  • Reviews are sorted by their date of creation.
  • User can sort reviews by specific category.

Run it Locally

* git clone https://github.com/AayushAnshu21/Movie_Review_Site.git
* cd Movie_Review_Site
* npm install
* node app.js