An app for tracking player turns and scores. Players join a game using a unique entry code and receive notifications when it is their turn.
Client: Angular, Ngrx
Server: ASP.NET Core, Entity Framework Core
- .NET 8.0 SDK
- NodeJS 16
docker compose up --build
Run Web Application
cd web
npm install
npm run start
Run API
cd src
dotnet restore
dotnet run
cd src/
dotnet test
- Generate a signing key for JWT tokens:
openssl rand -base64 32