docs/getting-started.md3f9a2c1updated 4 days ago
Running locally
The service runs against Postgres 16 and RabbitMQ. Both are provided by the compose file in the repository root.
README.md
pnpm install
pnpm docker:up
pnpm migrate
pnpm dev # http://localhost:4010Environment
| Variable | Default | Purpose |
|---|---|---|
| DATABASE_URL | postgres://localhost/invoices | Primary datastore. |
| AMQP_URL | amqp://localhost | Event bus connection. |
| CUSTOMER_API | http://localhost:4020 | Customer Service base URL. |
Page order follows mkdocs.yml.