A web app for booking tickets of shows for users, and to create venues, shows inside venues for admins. This Web app is made with Python Flask as backend and html templates as frontend.
python -m venv virtual_environment_name
pip install -r requirements.txt
python main.py