docker-compose up -d
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"
Now just access the url http://localhost:5111/swagger/index.html
and start using =)
dotnet test