Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.22 KB

README.md

File metadata and controls

41 lines (35 loc) · 1.22 KB

I-Movies

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

Built with

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

Features

  • # / # / 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/#
  • POST /api/users/#
  • 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