Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

A Full Stack MERN app with CRUD operations for theatres where users can search for movies that are available and admin can add a movie to the list and much more.

License

Notifications You must be signed in to change notification settings

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.