Terminal 1:
make db-up
make api-runThe API runs migrations on startup; no separate schema step.
Terminal 2:
make ui-install
make ui-devmake check: backend tests + UI lint/typecheckmake smoke: quick API smoke testmake db-reset: reset DB volume
You can generate a Postman collection instantly by importing our OpenAPI spec:
- In Postman: Import → File → select
api/openapi.yaml - Set the base URL to your local API (typically
http://localhost:8080) or use the default.