REST API
Full-featured Fastify API with JWT authentication, player/tournament management, and OpenAPI documentation.
A complete ranking system with REST API, web interface, and calculation engine for competitive pinball
OPPRS is a complete ranking system for competitive pinball tournaments:
Run the full stack locally with Docker Compose:
docker compose upOr install and run services individually:
pnpm install
pnpm --filter @opprs/db-prisma run db:generate
pnpm --filter rest-api dev # API at http://localhost:3000
pnpm --filter frontend-next dev # Frontend at http://localhost:3001See the Getting Started guide for detailed setup instructions.