Backend is written in ASP.NET Core 3.1
Navigate to the Airport
folder and execute the follwoing commands:
dotnet build
dotnet run
The backend will start and will be available at: https://localhost:5001/api/Flights
Navigate to Airport.Test
folder and execute: dotnet test
Frontend is written in Angular 10
Navigate to the AirportClient
folder and execute the following command:
ng serve --o
The frontend will start and will be available at: http://localhost:4200/
Execute: ng test