Skip to content

CheeseE/SpongeHammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flight arrival scraping tool for Heathrow and Luton airports

Backend

Backend is written in ASP.NET Core 3.1

Running the app

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

Tests

Navigate to Airport.Test folder and execute: dotnet test

Frontend

Frontend is written in Angular 10

Running the app

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/

Tests

Execute: ng test

About

Homework for interview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published