Java代写|JS代写|Web代写 - COMP 2406 Movie Database Project
2020-10-19
The goal of this project will be to create a web application similar to the Internet Movie
Database. Your application will maintain a database of movie information, including
things like the movie title, release year, writers, actors, etc. Your site will support regular
users, who will be capable of browsing all of the information on the site and adding
movie reviews. You will also need to support contributing users, who will be able to add
new people/movies and edit existing records. The site will also offer movie
recommendations based on a user’s past reviews. Within this document, the term
‘people’ is used to refer to people that are part of a movie (actor, writer, director, etc.),
while the term ‘user’ refers to a user of your application.