Skip to content

PeterSHL/ffe0717d-a773-4aab-b2fb-99e4e36637e3

Repository files navigation

Code Coverage CI Status

Code Challenge

Objective

  • Translate a problem into a working solution ✅
  • Demonstrate clear understanding of C# .NET. ✅
  • Communicate solution using clean code that is easy to read/understand ✅
  • Demonstrate ability to unit test code ✅
  • Provide clear instructions on how to verify solution ✅

Stretch goals

  • Continuous integration of solution using Github actions ✅
  • Solution containerisation using Docker ✅
  • Code linting ✅
  • Code coverage reporting ✅

How to verify solution

Option 1.

Run api locally and test in swagger ui

dotnet run --project .\CodingChallenge.Server\CodingChallenge.Server.csproj

Option 2.

Execute unit tests

dotnet test

Option 3.

Run docker file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published