lila/apps/api
lila 1940ff3965 feat(api): add in-memory GameSessionStore
Add the session storage infrastructure for tracking correct answers
during a game. Designed for easy swap to Valkey in Phase 4.

- GameSessionStore interface with create/get/delete methods, all async
  to match the eventual Valkey implementation
- InMemoryGameSessionStore backed by a Map
- GameSessionData holds only the answer key (questionId → correctOptionId)
- Also fix root build script to build packages in dependency order
2026-04-11 11:42:13 +02:00
..
src feat(api): add in-memory GameSessionStore 2026-04-11 11:42:13 +02:00
Dockerfile infra: add Docker Compose setup for local development 2026-03-25 18:56:04 +01:00
package.json feat(api): scaffold express server with /api/health endpoint 2026-03-21 10:17:53 +01:00
tsconfig.json feat(api): add in-memory GameSessionStore 2026-04-11 11:42:13 +02:00
vitest.config.ts chore: configure vitest with project-based setup and coverage 2026-03-20 19:25:00 +01:00