Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foreverdesmond/flightapi
An API practice project
https://github.com/foreverdesmond/flightapi
Last synced: about 2 months ago
JSON representation
An API practice project
- Host: GitHub
- URL: https://github.com/foreverdesmond/flightapi
- Owner: foreverdesmond
- Created: 2024-11-07T23:52:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T00:22:59.000Z (3 months ago)
- Last Synced: 2024-11-08T01:27:37.383Z (3 months ago)
- Language: C#
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flight Management System
## Project Overview
The Flight Management System is an application designed to manage flight information. This solution includes the following three projects:
- **FlightAPI**: Provides a RESTful API for flight management.
- **FlightAPI.IntegrationTests**: Contains integration tests to ensure that different parts of the API work together correctly.
- **FlightAPITests**: Contains unit tests to verify the functionality of individual components of the API.## Directory Structure
/FlightManagementSystem
/FlightAPI
/FlightAPI.IntegrationTests
/FlightAPITests
README.md