See README.md for architecture, usage, and API docs, and docs/ for per-layer deep dives.
SKIP_CLIENT_BUILD=1 ./devops/start-dev.sh # starts the dev Postgres instance
npx mocha --exit # always pass --exitTests self-provision their own database/schema against the running Postgres instance — no manual DB setup needed. See the Testing section in the README for why --exit is required and how to isolate a single test file (.mocharc.yml's file list isn't overridden by a positional mocha argument).