Skip to content

DEV Challenge 2019 C# solution for online(2nd place) and final round(3rd place) in Ukraine

Notifications You must be signed in to change notification settings

alexkhil/devchallenge-backend-2019

Repository files navigation

DevChallenge 2019 Final

C# task - Financial calculations

Table of Content

Run

# Go into the folder with solution and run:
docker-compose up

Service will be available on port 8888.

When docker runs open http://localhost:8888/api/docs on your browser to see swagger docs and try api.

Test

# Go into the folder with solution and run:
dotnet test SC.DevChallenge.sln