All Projects â†’ orifmilod â†’ Icinema

orifmilod / Icinema

Licence: mit
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.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Icinema

Starter Nodejs Rest
DEPRECATED!! Starter for a Node.js REST Application using MongoDB and JSON Web Token
Stars: ✭ 29 (-43.14%)
Mutual labels:  mongodb, express, boilerplate
Express Boilerplate
🚀 Starter project for a RESTful API in Node with Express & mongoose component-based
Stars: ✭ 9 (-82.35%)
Mutual labels:  mongodb, express, boilerplate
Graphql Mongodb Server
A GraphQL MongoDB server.
Stars: ✭ 242 (+374.51%)
Mutual labels:  mongodb, express, boilerplate
Node Rem
Node REM - NodeJS Rest Express MongoDB and more: typescript, passport, JWT, socket.io, HTTPS, HTTP2, async/await, nodemailer, templates, pagination, docker, etc. Live Demo: https://node-rem-ngduc.vercel.app
Stars: ✭ 192 (+276.47%)
Mutual labels:  mongodb, express, boilerplate
Nodejs Api Boilerplate
A boilerplate for kickstart your nodejs api project with JWT Auth and some new Techs :)
Stars: ✭ 364 (+613.73%)
Mutual labels:  mongodb, express, boilerplate
Saas
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
Stars: ✭ 2,720 (+5233.33%)
Mutual labels:  mongodb, express, boilerplate
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-37.25%)
Mutual labels:  mongodb, express, boilerplate
Express Rest Boilerplate
⌛ī¸ Express starter for building RESTful APIs
Stars: ✭ 1,794 (+3417.65%)
Mutual labels:  mongodb, express, boilerplate
Bulletproof Nodejs
Implementation of a bulletproof node.js API 🛡ī¸
Stars: ✭ 4,369 (+8466.67%)
Mutual labels:  mongodb, express, boilerplate
Jianshu
äģŋįŽ€äšĻnx+nodejs+nestjs6+express+mongodb+angular8+įˆŦč™Ģ
Stars: ✭ 296 (+480.39%)
Mutual labels:  mongodb, express, crud
Mevn Stack
A Quickstart for building an Express API with a VueJS Admin Portal
Stars: ✭ 178 (+249.02%)
Mutual labels:  mongodb, express, boilerplate
Node Express Boilerplate
A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
Stars: ✭ 890 (+1645.1%)
Mutual labels:  mongodb, express, boilerplate
Mern
🌐 MERN stack 2.0 - MongoDB, Express, React/Redux, Node
Stars: ✭ 175 (+243.14%)
Mutual labels:  mongodb, express, boilerplate
Mern Boilerplate
MERN stack project boilerplate
Stars: ✭ 211 (+313.73%)
Mutual labels:  mongodb, express, boilerplate
Express Mongodb Rest Api Boilerplate
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose).
Stars: ✭ 153 (+200%)
Mutual labels:  mongodb, express, boilerplate
Express Mongoose Es6 Rest Api
đŸ’Ĩ A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication
Stars: ✭ 2,811 (+5411.76%)
Mutual labels:  mongodb, express, boilerplate
Mean Stack Angular5 Crud
MEAN Stack (Angular 5) CRUD Web Application Example
Stars: ✭ 107 (+109.8%)
Mutual labels:  mongodb, express, crud
Mern Boilerplate
Fullstack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box.
Stars: ✭ 112 (+119.61%)
Mutual labels:  mongodb, express, boilerplate
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (+464.71%)
Mutual labels:  mongodb, express, boilerplate
Rest Api Nodejs Mongodb
A boilerplate for REST API Development with Node.js, Express, and MongoDB
Stars: ✭ 672 (+1217.65%)
Mutual labels:  mongodb, express, boilerplate

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].