Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.08 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.08 KB

Bookmyshow

Movie Booking System similar to bookmyshow

Working of the App

We have 3 categories of users

Super Admin

  • Add movies to the database
  • Make sure you use email with domain as '@bookmyshow.com' while registering

    Theater Admin

  • Register his theater and add shows in his theater
  • Make sure you check the box for Theater Admin while registering

    Normal User

  • Book shows

  • So basically,

  • Super admin adds movies to the database
  • theater admin add theaters to the database and update shows for his/her theater
  • normal user books the show
  • Setup and Installation

    git clone <repo-url>

    Requirements

    pip install flask
    pip install Flask-SQLAlchemy
    pip install flask-login

    if you get any No Module found error,

    pip install <module name>

    Run the app

    python main.py