Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhuwanchaudhary715/book-my-show
Movies, theaters, shows, seats, tickets, and other information are all stored in this end-to-end ticket booking management system.
https://github.com/bhuwanchaudhary715/book-my-show
intellij java-8 jpa-hibernate mysql-database postman spring-boot tomcat-server
Last synced: 20 days ago
JSON representation
Movies, theaters, shows, seats, tickets, and other information are all stored in this end-to-end ticket booking management system.
- Host: GitHub
- URL: https://github.com/bhuwanchaudhary715/book-my-show
- Owner: bhuwanchaudhary715
- Created: 2025-01-03T19:38:15.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2025-01-03T20:39:34.000Z (24 days ago)
- Last Synced: 2025-01-03T21:27:58.456Z (24 days ago)
- Topics: intellij, java-8, jpa-hibernate, mysql-database, postman, spring-boot, tomcat-server
- Language: Java
- Homepage:
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book My Show APIs Spring Boot Project
This project is a Spring Boot implementation of the backend APIs for a ticket booking system similar to the popular platform "BookMyShow". It provides a set of RESTful APIs that enable client applications to interact with the ticket booking system and perform various operations.
## Features
* **User Registration:** Users can create an account, log in, and manage their profile information.
* **Movie Management:** Admin users can add, edit, and remove movie from the system.
* **Theater Management:** Admin users can add, allocate seats, edit, and remove Theaters from the system.
* **Ticket Booking:** Users can browse through the available movie, select the desired event, and book tickets for it.
* **Seat Selection:** Users can choose their preferred seats from the available options for a selected event.
* **Booking History:** Users can view their booking history and check the details of their past bookings.
* **Email Notifications:** Users receive email notifications for successful bookings and important updates.
## Technologies Used
* **Java 8+**
* **Spring Boot**
* **Spring MVC**
* **Spring Data JPA**
* **MySQL (as the database)**
* **Maven (for dependency management)**
* **SMTP Server (for sending email notifications)**## Project Working FlowChart
![BMSflowchart.jpg](C:\Users\My PC\Desktop\BMSflowchart.jpg)
## Swagger-ui Screen Shot
![Book-my-show API's.png](src%2Fmain%2Fjava%2Fcom%2Fdriver%2FbookMyShow%2FImages%2FBook-my-show%20API%27s.png)
## Getting Started
To set up the project on your local machine, follow these steps:1. Clone the repository: `git clone https://github.com/bhuwanchaudhary715/Book-My-Show-Backend.git`
2. Navigate to the project directory: `cd book-my-show`
3. Configure the database settings in `application.properties` file.
4. Build the project using Maven: `mvn clean install`
5. Run the application: `mvn spring-boot:run`
6. The application will be accessible at `http://localhost:8080`.## Database Setup
This project uses MySQL as the database. Follow these steps to set up the database:
1. Install MySQL on your local machine.
2. Create a new database named bookmyshow.
3. Update the database configuration in `application.properties` file.
## API Documentation
The API documentation for this project can be found at `http://localhost:8080/swagger-ui.html`. It provides detailed information about each API, including request/response formats and parameters.## Acknowledgments
* **Spring Boot**
* **MySQL**
## Contributing
Contributions to the project are welcome. If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.