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

https://github.com/dbosing/flight-management-system

A Flight Management program that provides the user a booking system to book a given flight using local database.
https://github.com/dbosing/flight-management-system

Last synced: about 1 year ago
JSON representation

A Flight Management program that provides the user a booking system to book a given flight using local database.

Awesome Lists containing this project

README

          

# Flight-Management-System

A Flight Management program that provides the user a booking system to book a given flight using local database.
Using Windows Forms and C# as the main program. Also looking forward to implementing more features into this project.

To run the program, apply your own Database Server into the DatabaseHelper.cs file in the ConnectionString variable
(i.e. "Server=EXAMPLE;Database=FlightManagementDB;Integrated Security=true;TrustServerCertificate=true;";)