Install
Prerequisites
- JDK 21
- Postgres
- Redis
- Docker (optional, easiest path)
Quick Start with Docker
docker compose up --buildAPI should be reachable at http://localhost:8080.
Run Locally
./gradlew runUse src/main/resources/application.yaml or env vars to configure dependencies.
Verification Checklist
curl http://localhost:8080/healthz
curl http://localhost:8080/readyz
curl http://localhost:8080/metrics