dakshit-ranpariya / EventTicketBookingWebApp

This is a simple BookMyShow application, used for online events or shows ticket booking. An Admin can add the Theatre details, and he can do all the operations, simply CRUD operation. A user can register themselves by giving their valid details. User has to be logged in for booking the tickets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BookMyShow - Online Event Ticket Booking Application

This is a simple BookMyShow application, used for online events or shows ticket booking. An Admin can add the Theatre details, and he can do all the operations, simply CRUD operation. A user can register themselves by giving their valid details. User has to be logged in for booking the tickets. User also can be resetting their password by giving the valid credentials. Users also getting the ticket on their valid mail.

Backend

  • Java
  • Spring Boot
  • MySQL Database

Configuration and Integration

  • Maven

Prerequisites

To run the group project, ensure you have the following prerequisites installed:

  • Java JDK 11 or higher
  • Maven build tool
  • MySQL database server
  • IDE (e.g., IntelliJ, Eclipse)

Setup Instructions

  1. Clone the repository to your local machine.
  2. Open the project module in your preferred IDE.
  3. Build and run the application using Maven:
  4. The application should now be running on the specified port (e.g., http://localhost:8080).

Current Features

  1. Display events and shows information and the corresponding events shown in the event details.
  2. Platform member registration and login.
  3. Support event tickets reservation for registered members only.
  4. Members can resetting their password.
  5. Members can getting the booked ticket details on their valid Mail ID.

Future Enhancement

  • Adding the front-end and integrate together.
  • Enable searchbar function
  • Add calendar to booking system
  • Deploy on a Cloud platform

About

This is a simple BookMyShow application, used for online events or shows ticket booking. An Admin can add the Theatre details, and he can do all the operations, simply CRUD operation. A user can register themselves by giving their valid details. User has to be logged in for booking the tickets.


Languages

Language:Java 100.0%