Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 528 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 528 Bytes

karla-elevators

A .NET project used to assess basic knowledge of some key concepts.

Requirements

.NET 6

Run the project

dotnet dev-certs https --trust

dotnet build

dotnet test

dotnet run --projects ElevatorApi

Tasks

Task 1 - Elevator music

Build an api controller where it's possible to list all available songs in the music repository.

Add tests to verify the music controller.

Task 2 - Listen to the music

Extend the elevator api to be able to select a song in an elevator.

Verify it with tests.