Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 575 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 575 Bytes

Pokerino

Simple unpolished Scrum poker web app written with dotnet and Blazor WASM utilizing SignalR.

Logo!

To run the app

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

Screens

Login screen! Room screen!