The Ticket Booking System is a Java-based application designed to manage the booking of tickets for events or travel. This system allows users to book, view, and manage their reservations efficiently.
- User Registration and Authentication
- Booking Tickets for Events or Travel
- Viewing and Managing Booked Tickets
- Search Functionality for Available Tickets
- Payment Processing Integration
- Programming Languages:
- Java (Advanced)
- C/C++ (Intermediate)
- JavaScript (Novice)
- Development Tools:
- Git & GitHub
- IntelliJ IDEA
- Visual Studio Code (VS Code)
- Command Prompt
- Gradle
- Databases:
- SQL
- MySQL
- Clone the repository:
git clone https://github.com/manan011/Ticket-Booking-System.git
- Navigate to the project directory:
cd Ticket-Booking-System - Build the project using Gradle:
./gradlew build
- Run the application:
./gradlew run
- Register a new user or log in with existing credentials.
- Search for available tickets for events or travel.
- Book tickets and proceed with payment.
- View and manage your bookings.
Contributions are welcome! Please fork the repository and create a pull request for any feature enhancements or bug fixes.