Skip to content

orifmilod/iCinema

Repository files navigation

iCinema

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. ss

Installation

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

Built with

  • FrontEnd: React.JS, Redux Library, Bootstrap, HTML/CSS
  • Backend: Node.JS, Express.JS
  • Database: MongoDB, Mongoose

Features

  • Sign In / Sign Up / Sign Out the user.
  • Recieving a welcoming email when sign-up using Nodemailer.
  • Add a new movie to the list.

API

Users

  • POST /api/auth/signUp
  • POST /api/auth/signIn
  • PATCH /api/users/:userId
  • DELETE /api/users/:userId

Movies

  • GET /api/movies
  • GET /api/movies/:movieId
  • POST /api/movies/addMovie
  • PATCH /api/movies/:movieId

Genres

  • GET /api/genres