TicketEaze

It is a web-based ticket booking system that allows users to book tickets for movies, concerts, events, and other activities. The system provides an easy-to-use interface for users to browse available events, select the desired showtimes, and purchase tickets online.

The frontend is designed using Bootstrap. The backend is powered by Flask, a lightweight and flexible web application framework for Python.

Key features of the website include:

  • Event Listings: Users can browse a list of available events
  • Ticket Booking: Users can purchase tickets
  • User Accounts: Users can create and manage their own accounts, view their booking history

Overall, the ticket booking website provides a convenient and user-friendly way for users to book tickets for their favorite events and activities, while also helping event organizers manage their bookings more efficiently.

Features

  • Admin can manage events and venues
  • Add or remove or edit venues and events
  • User can book bulk tickets
  • User can see their booking history

Deployment

To deploy this project

  git clone https://github.com/vishwanath-29/TicketEaze.git
  cd TicketEaze

Now that you are inside the directory, it is important that we install the dependencies

  pip install -r requirements.txt

After installing the dependencies, we can run the application

  python app.py 

You might require sqlite database viewer extension of VsCode or additional application for viewing the data that is present in sqlite database

Authors