FlyEase is Java-based Flight Booking System designed to streamline the process of booking flights for travelers. It allows for users to search for available flights, view flight details, make bookings, and manage their bookings. The system allows users to specify their travel preferences, such as departure and destination airports, travel dates, and the number of passengers.
#Features
Flight Search: Users can search for available flights based on various criteria such as origin, destination, departure date, and number of passengers.
Flight Details: Detailed information about each flight, including departure and arrival times, and ticket prices displayed to users.
Booking Management: Users can view their current bookings, including booking details such as flight information, departure and arrival times, booking date, and total cost.
Cancellation: Users have the option to cancel their bookings anytime they wish to.
User Authentication: Secure user authentication system ensures that only authorized users can access the booking system and make bookings.
#Technologies Used
Java: The core logic of the Flight Booking System is implemented in Java programming language, providing robustness and platform independence.
MySQL Database: The system utilizes a MySQL database to store flight information, user data, and booking details, ensuring data integrity and scalability.
JDBC (Java Database Connectivity): JDBC is used to establish a connection between the Java application and the MySQL database, enabling seamless interaction with the database.
Md Javed - Lead Developer