Movies Review App is the list of movies website. This project us built using Express framework in the backend and React library in the frontend. It displays the latest released movies with their information like summary, actors, released date. The actors of the movies are also shown with their information.
- install the packages using
npm install
command. - run the server using
nodemon server
command.
- install the packages using
npm install
command. - run the server using
npm start
command.
These are the features of Movie Review App :
Admin can
- Visit the admin panel page.
- Add create, retrieve, update and delete users from admin panel.
- Add create, retrieve, update and delete movies from admin panel.
- Add create, retrieve, update and delete genres from admin panel.
- Add create, retrieve, update and delete actors from admin panel.
- Choose the role of the users (admin/user).
User can
- Register their account with a unique email and username.
- Login with the same email and password that they have registered.
- View movies and actors with their information.
- Add and remove movies to a watchlist which will then show in their profile page.
- Comment on a particular movies.
- Delete a particular comment that they have written.
- Update their profile information with image.
- Search different movies with a matching keywords.
- View different genres of the movies.
- View movies of a particular genres available.