Skip to content

eroldmrclk/flight-app-sale-ticket

Repository files navigation

flight-app-sale-ticket

This application is a flight company application was designed as a desktop application. The main development language of the application is C#. Entity Framework is used to connect with MsSql. So it is an application written in code-first structure.

Purpose of Application

It is the ticket sales application of the flight company to its customers. It receives flight information from customers and checks the database to show them if there is a flight on the day they want. Then it asks for customer information and sells tickets to them. Finally, it shows customers a PNR code so customers can check in.

Sample Screenshots

sale-ticket-1 sale-ticket-2 sale-ticket-3

Database Diagram

database-diagram

Other Interfaces of the Flight App

Click view to flight-app-company-interface.
Click view to flight-app-check-in.