https://github.com/vernolll/flightbookingsystem
Ticket purchase system
https://github.com/vernolll/flightbookingsystem
Last synced: 4 days ago
JSON representation
Ticket purchase system
- Host: GitHub
- URL: https://github.com/vernolll/flightbookingsystem
- Owner: vernolll
- Created: 2025-04-22T07:45:17.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2025-04-22T07:58:36.000Z (27 days ago)
- Last Synced: 2025-04-22T08:45:44.650Z (27 days ago)
- Language: C#
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Air ticket purchase system on C#
This project is a system for buying airline tickets, consisting of a client application and a server part developed in C#.
## Description
The system allows users to:
• Search for air tickets based on various criteria (city of departure, city of arrival, date, number of passengers).
• View available flights with information on price, departure and arrival times, airline, and number of available seats.
• Booking and purchase of air tickets.
• Booking management (view, cancel).## Technology
• **Programming language:** C#
• **Client Application:** WPF
• **Database:** SQL Server## Architecture
The system consists of the following main components:
• **Client Application:** Provides a user interface for interacting with the system.
• **Server Application (API):** Processes requests from the client application, interacts with the database, and provides data.
• **Database:** Stores information about flights, bookings, users, and other entities.**Example of an architecture diagram (optional):**