Frontend
Next.js app router with strict TypeScript and a shared shell.
- Appapps/web
- Port3000
Platform foundation
This baseline keeps the frontend, API, and Postgres database separated inside one monorepo so feature work can be added in controlled steps.
Next.js app router with strict TypeScript and a shared shell.
Node.js API with Express, environment validation, and health checks.
Postgres with SQL migrations and seed data for core platform tables.
The database is ready for the first implementation passes without locking you into payment or game-provider details yet.
Checking the local API service...