Movie Booking System similar to bookmyshow
We have 3 categories of users
Super Admin
Theater Admin
Normal User
So basically,
git clone <repo-url>
pip install flask
pip install Flask-SQLAlchemy
pip install flask-login
if you get any No Module found error,
pip install <module name>
python main.py