Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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