lila/apps/api
lila 4d1ebe2450 feat(api): add REST endpoints for lobby create and join
- POST /api/v1/lobbies creates a lobby with a Crockford-Base32
  6-char code, retrying on unique violation up to 5 times
- POST /api/v1/lobbies/:code/join validates lobby state then
  calls the model's atomic addPlayer, idempotent for repeat
  joins from the same user
- Routes require authentication via requireAuth
2026-04-16 19:51:38 +02:00
..
src feat(api): add REST endpoints for lobby create and join 2026-04-16 19:51:38 +02:00
Dockerfile feat: add production deployment config 2026-04-14 11:38:40 +02:00
package.json adding build step to dev script 2026-04-15 04:50:47 +02:00
tsconfig.json updating documentation, formatting 2026-04-12 09:28:35 +02:00
vitest.config.ts chore: configure vitest with project-based setup and coverage 2026-03-20 19:25:00 +01:00