Skip to content

This project mimics the backend of a movie ticket service like bookmyshow

Notifications You must be signed in to change notification settings

pocket-j/Movie_ticket_booking_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie_ticket_booking_system

This project mimics the backend of a movie ticket service like bookmyshow.

The functionalities

  1. A guest user can view the available movies either by location or by movie name.
  2. New users can sign up and log into the system.
  3. To book a ticket user has to be logged in. (A guest cannot book a ticket)
  4. User has to provide all the necessary details to book the ticket

Tech stack used for this project

  1. Python
  2. Flask
  3. Sqlite

To run the app

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

Screenshots of the app

start_page

User_sign_up

User_login

guest_search

Search

Booking

change_after_booking

About

This project mimics the backend of a movie ticket service like bookmyshow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published