Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 627 Bytes

File metadata and controls

33 lines (21 loc) · 627 Bytes

Development

Two-terminal workflow

Terminal 1:

make db-up
make api-run

The API runs migrations on startup; no separate schema step.

Terminal 2:

make ui-install
make ui-dev

Common tasks

  • make check: backend tests + UI lint/typecheck
  • make smoke: quick API smoke test
  • make db-reset: reset DB volume

Postman collection (from OpenAPI)

You can generate a Postman collection instantly by importing our OpenAPI spec:

  • In Postman: ImportFile → select api/openapi.yaml
  • Set the base URL to your local API (typically http://localhost:8080) or use the default.