A .NET project used to assess basic knowledge of some key concepts.
.NET 6
dotnet dev-certs https --trust
dotnet build
dotnet test
dotnet run --projects ElevatorApi
Build an api controller where it's possible to list all available songs in the music repository.
Add tests to verify the music controller.
Extend the elevator api to be able to select a song in an elevator.
Verify it with tests.