Simple unpolished Scrum poker web app written with dotnet and Blazor WASM utilizing SignalR.
You need a Docker or your own PostgreSQL (if that's the case update connection string in /Server/appsettings.json
)
docker-compose up
To migrate the database (schema - needed for a first time) run:
cd ./Server && dotnet ef database update