Skip to content

It is an MERN Stack I-Movies app. Where user can perform CRUD(Create, Read ,Update, Delete) operations. 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.

Notifications You must be signed in to change notification settings

B-HemanthKumar/I-Movies-MERN-Stack

Repository files navigation

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

About

It is an MERN Stack I-Movies app. Where user can perform CRUD(Create, Read ,Update, Delete) operations. 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published