Movie Booking System similar to bookmyshow
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
pip install flask
pip install Flask-SQLAlchemy
pip install flask-login
if you get any No Module found error,
pip install <module name>