Skip to content

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.

Notifications You must be signed in to change notification settings

pkbhalla/BookTheShow_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookTheShow_1

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.

Create virtual environment using the below command in terminal

python -m venv virtual_environment_name

To run the app, first install the requirements.txt using

pip install -r requirements.txt

Run main.py using

python main.py

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published