/Airline-Reservation-System

This my project implemented using JAVA GUI and SQLite.

Primary LanguageJavaMIT LicenseMIT

Airline-Reservation-System

This my project implemented using JAVA GUI and SQLite database. Java GUI is used using Java SWING and Java AWT.

Functioanlity for Flgihts:

  1. Create Flight
  2. Update Flight
  3. Retrieve Flights data
  4. Remvoing Flights

Functioanlity for Passengers:

  1. Create Passenger
  2. Update Passenger
  3. Retrieve Passengers data
  4. Remvoing Passengers
  5. Book seat
  6. Cancel seat

End user will be the admin who will be performing all the task in system

Happy Coding!