A Full stack MERN website for movie theatres where user can search for movies and filter by rating and genres that are available in it and admin can add movie to the list and much more.
- FrontEnd: React.JS, Redux Library, Bootstrap, HTML/CSS
- Backend: Node.JS, Express.JS
- Database: MongoDB, Mongoose
- # / # / Sign Out the user.
- Recieving a welcoming email when sign-up using Nodemailer.
- Add a new movie to the list.
- POST /api/users/#
- POST /api/users/#
- DELETE /api/users/:userID
- GET /api/movies
- POST /api/movies/addmovie
- DELETE /api/movies/:movieID
- GET /api/genres
- POST /api/genres/addgenre
- DELETE /api/movies/:genreID