Skip to content

Backend service built using Node.JS where users can: Create a profile | login & logout of the account | Find a movie | Rate the movie | Edit the ratings (only self provided ratings not other users ratings) | GET average ratings of the movie

Notifications You must be signed in to change notification settings

Divyansh0811/Movie-Rating-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie-Rating-REST-API

Build a backend to implement a service which shows the average ratings for movies.

Requirements:

  1. The user signs up and sets up a password.
  2. The user can logs in using email and password. Maximum password attempts are 4 after which the account gets locked for 30 minutes.
  3. The user provides basic information about themselves such as name, age, list of favourite movies and rating out of 5 for each movie.
  4. The user can search for a movie to fetch the average rating. 4a. Average rating is the average of the ratings provided by users for a particular movie 4b. The user might not enter the exact movie name, the search results should show all relevant movies.
  5. The user can edit the rating for particular movies and the history of changes is required to be maintained.

About

Backend service built using Node.JS where users can: Create a profile | login & logout of the account | Find a movie | Rate the movie | Edit the ratings (only self provided ratings not other users ratings) | GET average ratings of the movie

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published