Full stack project using ASP.NET Core, Svelte, Docker etc.
docker compose -f docker-compose.dev.yml up
dotnet ef migrations add init -s PlayoffsApi.API -p PlayoffsApi.Infrastructure
dotnet ef database update -s PlayoffsApi.API -p PlayoffsApi.Infrastructure