Skip to content

A MERN stack application with complete functionality for managing theatres, including the ability to perform CRUD operations.

License

Notifications You must be signed in to change notification settings

azilRababe/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/users/signup
  • POST /api/users/login
  • DELETE /api/users/:userID

Movies

  • GET /api/movies
  • POST /api/movies/addmovie
  • DELETE /api/movies/:movieID

Genres

  • GET /api/genres
  • POST /api/genres/addgenre
  • DELETE /api/movies/:genreID

About

A MERN stack application with complete functionality for managing theatres, including the ability to perform CRUD operations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.7%
  • CSS 15.5%
  • HTML 2.9%
  • SCSS 1.9%