A backend project demonstrating capabilities of ASP.NET.
The repo contains applications and respective UnitTests and ComponentTests:
- WebApi
- WebApi.csproj
- WebApi.UnitTests
- WebApi.UnitTests.csproj
- WebApi.ComponentTests
- WebApi.ComponentTests.csproj
This project uses standard dotnet projects.
# Restore nuget packages
dotnet restore
# build
dotnet build
# test
dotnet test
This project uses GitHub actions. Related configuration can be found in .github\workflows
folder