Welcome To my server-side project for “Anime” web application. The web application will provide users with access to information about animes, mangaArtist, and genres. Users will be able to sign up, update their personal information, and create a list of their favorite animes.
As a user, You will be able to receive information on top animes, mangaArtists and genres so that You can learn more about animes You watched or You are interested. As a user, You will be able to create a profile so You can save data about your favorite top animes.
- Return a list of All movies to the user.
- Return data(Description,genres,director) about a single movies by title to the user.
- Return data about a genre (description) by name/title.
- Return data about a director by name.
- Allow new user to register.
- Allow new user to update user info.
- Allow user to add a movie to their list of favorites.
- Allow user to remove a movie from their list of favorites.
- Allow existing user to deregister.
- Allow user to see which actors star in which movies.
- Allow users to view information about different actors.
- Allow users to view more information about different movies, such as the release date and the movie rating.
- Allow users to create a “To Watch” list in addition to their “Favorite Movies” list.
- Visual studio code
- Node.js
- React
- Express
- MongoDB
- Postman
- Heroku