Rest API for movie review created using Node.js ,express.js and MongoDB. Authentication was handled using Passport.js. Frontend designed with Bootstrap.
- 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.
* git clone https://github.com/AayushAnshu21/Movie_Review_Site.git
* cd Movie_Review_Site
* npm install
* node app.js