Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harsh7editor/airline--management--system.com

In this project, we developed a GUI-based project, an Airline Reservation System Project in Java and MySQL. We have developed this application so that users are able to perform the most important operations such as Home Page, Registration, Flight details, and Booking but we recommend you add more modules and functionalities to this airline reservat
https://github.com/harsh7editor/airline--management--system.com

java javafx mysql

Last synced: 8 days ago
JSON representation

In this project, we developed a GUI-based project, an Airline Reservation System Project in Java and MySQL. We have developed this application so that users are able to perform the most important operations such as Home Page, Registration, Flight details, and Booking but we recommend you add more modules and functionalities to this airline reservat

Awesome Lists containing this project

README

        

# Airline--Management--System-.com

You must have java JDK installed on your system and we are using Eclipse IDE to build this project, you can use either this or Netbeans IDE.

The first step will be to create a new project. Name it as you wish. In the src folder create an airline package. In that package, we will be making some files for different modules.

To connect the system with the database you will need to follow specific steps.

Have Java JDK already installed and an IDE like Eclipse
Install MySQL on the system.
Download the MySQL connector from here.
In Eclipse, under your project, expand external libraries, right-click, and select Open Library Settings. Select the libraries tab and click on the + button. Browse your jar file downloaded from the above step and click on it. This will add a dependency to your project. The steps

![3-1](https://github.com/user-attachments/assets/f26f22a3-bc45-4a46-87cd-de2a3bce721b)