• Stars
    star
    257
  • Rank 158,728 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 6 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

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/auth/signUp
  • POST /api/auth/signIn
  • PATCH /api/users/:userId
  • DELETE /api/users/:userId

Movies

  • GET /api/movies
  • GET /api/movies/:movieId
  • POST /api/movies/addMovie
  • PATCH /api/movies/:movieId

Genres

  • GET /api/genres

More Repositories

1

kdtree

A fast and efficient way to find the nearest neighbours using Kd-Tree Data structure in Unity3D.
C#
14
star
2

quadtree

A Generic Quad-Tree data-structure in C#/Unity3D.
C#
13
star
3

Shazify

Shazam + Spotify = A full stack music player app, using Spotify API endpoints, which can search via audio or text and find and play music online, play your playlist from Spotify and popular playlists in your area.
JavaScript
9
star
4

iSpotify

Shazam + Spotify = A full stack music player app, using Spotify API endpoints, which can search via audio or text and find and play music online, play your playlist from Spotify and popular playlists in your area.
JavaScript
9
star
5

maze-generator

A Perfect Random Maze generator with given width and height using the "Recursive backtracking" algorithm.
C#
7
star
6

QuadTree-Unity3D

A simple Unity game where object are spawned and positions are saved in QuadTree data-structure for checking collision every frame [running at ~100FPS]
C#
5
star
7

movie-database-backend

A secured, well designed, and documented Node.js backend for searching movies connected with MongoDB and OMDb external API. also, test cases have been implemented using 'Chai' package
JavaScript
2
star
8

btree

B-Tree is optimized for systems that read and write large blocks of data. It is most commonly used in database and file systems for indexing and fast lookups (queries).
C++
1
star
9

A-Star-Algorithm-Path-Finding

A* path finding algorithm implemented in JS.
JavaScript
1
star
10

discrete-optimisation

Discrete optimization techniques applied on different combinatorial problems using C++.
Python
1
star
11

Simple-RESTful-API

A simple RESTful-API using Express and MongoDB and Mongoose object modelling tool.
JavaScript
1
star
12

probability-and-statistics-course

Mathematica
1
star
13

sorting-alogrithms-visualizer

Visualizer for sorting algorithms like, Quick sort. Merge sort.
CSS
1
star
14

MachineLearningProjects

some classification, some regression, and other random stuff - but all implemented from scratch
Jupyter Notebook
1
star
15

graph-algorithms

Graph NP, NP-complete algorithms (more coming soon)
C++
1
star