Using ASP.NET to implement a database of most popularmovies. The user can register as a member, and can query the moviesonce they successfully logged in.
Requirements:
- User is not able to see all of the most popular movies withoutlogging in.
- User can register using his/her email address.
- User is able to log in using their user name and password.
- Once the user logs in, the user can view all the most popularmovies.
- Once the user logs in, the user can query movies whose title issame/similar to the keyword he/she typed.
- The most popular movies can either be obtained from an existingdatabase such as
- https://www.themoviedb.org/documentation/api/wrappers-libraries
- or you can a local
OROR