This project mimics the backend of a movie ticket service like bookmyshow.
- A guest user can view the available movies either by location or by movie name.
- New users can sign up and log into the system.
- To book a ticket user has to be logged in. (A guest cannot book a ticket)
- User has to provide all the necessary details to book the ticket
- Python
- Flask
- Sqlite
Download and unzip the project
Go to the location of project directory in cmd prompt
Use pip to install Flask
Run main.py
Open http://127.0.0.1:8080/ in your browser