A full-stack MERN website for movie theaters that allows users to browse for films and filter them by available categories and ratings, as well as enables administrators to add new films to the list.
Use the package manager [npm](https://www.npmjs.com/) to install iCinema.Fork the Project by using:
git clone https://github.com/orifmilod/iCinema.git
then cd into the project by using:
cd iCinema
Now, Install the packages by running:
npm run setup
Run project with command
npm run dev
- FrontEnd: React.JS, Redux Library, Bootstrap, HTML/CSS
- Backend: Node.JS, Express.JS
- Database: MongoDB, Mongoose
- Sign In / Sign Up / Sign Out the user.
- Recieving a welcoming email when sign-up using Nodemailer.
- Add a new movie to the list.
- POST /api/auth/signUp
- POST /api/auth/signIn
- PATCH /api/users/:userId
- DELETE /api/users/:userId
- GET /api/movies
- GET /api/movies/:movieId
- POST /api/movies/addMovie
- PATCH /api/movies/:movieId
- GET /api/genres