Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 495 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 495 Bytes

Zaandam API

Running API with docker infrastructure

docker-compose up -d

Running API locally

You will need config the ConnectionStrings. Then, open the terminal in the project directory and:

dotnet restore
dotnet build
dotnet run --project src/Zaandam.Api --urls "http://localhost:5111"

Fun time

Now just access the url http://localhost:5111/swagger/index.html and start using =)


Running the tests

dotnet test