Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 295 Bytes

Readme.md

File metadata and controls

16 lines (9 loc) · 295 Bytes

Build:

dotnet build

Run:

dotnet run --project ./MartenPlayground

Local infrastructure:

Starts postgres container in background:
docker-compose -f ./MartenPlayground/docker-compose.yml up -d

Shutdown with:
docker-compose -f ./MartenPlayground/docker-compose.yml down