Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 650 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 650 Bytes

AirlineReservationSystem

An airline reservation system built using Java , Swing and mySQL Database Includes 2 user login: 1 - Admin 2 - Passenger Passenger: Passenger can register as a new passenger , each passenger has his own login credentials , each passenger can book a ticket , view all flights available , cancel booked tickets or view booked tickets and finally update his info. Admin: Each admin has his own login credentials , Admins can add/delete/update flights , Admins can also add/delete/update staff and their information, Admins can view pending tickets booked by passengers and change the confirmation status of that ticket.