Skip to content

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