Code coverage results: coverage.zip
Prerequisites:
- Download and install NodeJs https://nodejs.org/uk/download/
- Download and install DotNet Core SDK https://dotnet.microsoft.com/download/dotnet-core/3.1
Build WebApi:
- Navigate to webapi folder
- Run 'dotnet restore'
- Run 'dotnet build'
- Run 'dotnet run'
Build Client:
- Navigate to client folder
- Run 'npm i'
- Run 'npm run start'
- Navigate to http://localhost:4200
Run tests:
- Navigate to client folder.
- Run 'npm run test'