Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harsh7editor/airline--management--system.com
- Owner: harsh7editor
- Created: 2024-08-01T08:33:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T08:47:22.000Z (6 months ago)
- Last Synced: 2024-11-19T21:09:17.896Z (2 months ago)
- Topics: java, javafx, mysql
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)