Local Development
This guide covers running the development stack locally.
Prerequisites
- Docker + Docker Compose
Run
URLs
- App: http://localhost:8080
- Admin UI (database): http://localhost:54323
- Mail catcher (dev): http://localhost:54324
- API gateway: http://localhost:8000
Notes
- The dev stack reads configuration from the repo root
.env. - First boot can take a few minutes while images pull and migrations run.