dotnet install Sharpino.Templates
dotnet new sharpino
docker compose up -d
dotnet run (run the tests)using port5434 for postgres docker container you can change it in .env
You should not need to setup the db manually. However, you may do it by running the following command (requires dbmate to be installed):
dbmate up More info about Sharpino