Giter VIP home page Giter VIP logo

movie-theater-app-frontend-backend's Introduction

Movie Theater App

Welcome to the Movie Theater App repository! This application is an end-to-end solution for managing a single theater with 10 rows and 10 seats per row. It includes features for users to explore scheduled movies, place orders for available seats, and an admin interface for managing movies and schedules.

Table of Contents

  1. System Overview
  2. Technical Stack
  3. Getting Started
  4. Installation

System Overview

Home Page

The Home Page displays a list of scheduled movies with their titles and dates. Users can order the movies by date and filter them by a specified date range.

Movie Order Page

The Movie Order Page provides detailed information about a selected movie, including its title, description, duration, and date. Users can view a seat map indicating seat availability, choose and order a single seat at a time. The order system is designed to handle multiple orders simultaneously, ensuring that a specific seat cannot be ordered for two different customers.

Admin Page

The Admin Page is designed for administrators to manage the movie schedule. It includes options to create, edit, or delete movies. Administrators can schedule or cancel movies, and movies can be scheduled at multiple times. The system prevents scheduling two movies at the same time to avoid conflicts.

Technical Stack

  • Front-end: React
  • API: Express
  • Database: MongoDB

Getting Started

To get started with the Movie Theater App, follow the installation instructions below.

Installation

  1. Clone the repository:

    git clone git clone https://github.com/xoRmalka/Movie-Theater-App.git
  2. Navigate to the project directory:

    cd movie-theater-app
  3. Install dependencies for both the front-end and back-end:

    # Install front-end dependencies
    cd .\Client\movie-theater-app\
    npm install
    
    # Install back-end dependencies
    cd .\Server\
    npm install
  4. Set up the MongoDB database:

    • Create a MongoDB database and update the connection string in the server configuration.

Usage

  1. Start the server:

    # From the server directory
    node index.js
  2. Start the front-end:

    # From the client directory
    npm run dev

movie-theater-app-frontend-backend's People

Contributors

xormalka avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.