Skip to content

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

THE-REDFOX/iCinema

 
 

Repository files navigation

iCinema

A Full stack MERN website for movie theatres where user can search for movies and filter by rating and genres that are available, and admin can add movie to the list and much more. ss

This project will be completed and hosted very soon!

Installation

Use the package manager npm to install iCinema. Setup the project and 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 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.3%
  • CSS 15.0%
  • HTML 2.8%
  • SCSS 1.9%