Skip to content

DeviesDevelopment/karla-elevators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages