Skip to content

Java-based airline management system to manage flights, passengers, and bookings. Uses MySQL and OOP (CRUD operations).

License

Notifications You must be signed in to change notification settings

RoyEid/Airline-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airline Management System (Swing, MVC, MySQL)

Java desktop app to manage flights, passengers, and bookings using Swing, MVC, and MySQL.

Features

  • CRUD for Flights / Passengers / Bookings
  • Search & input validation
  • MVC structure (Controller, Model, View)
  • JDBC (MySQL) persistence

Tech stack

Java · Swing · MVC · JDBC · MySQL · NetBeans · Ant

Getting started

  1. Requirements: JDK 17+ (or your JDK), MySQL Server, NetBeans (Ant project).
  2. Database
    mysql -u root -p < db/schema.sql
    # optional demo data:
    mysql -u root -p < db/sample_data.sql

About

Java-based airline management system to manage flights, passengers, and bookings. Uses MySQL and OOP (CRUD operations).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages