Start the stack
1
Prepare local environment files
Create
backend/.env and frontend/.env if they do not exist. The start script creates minimal local files, but authenticated and provider-backed flows require the matching development credentials.2
Build and start
3
Check services
- Frontend:
http://localhost:5173 - API:
http://localhost:8000 - API docs in debug mode:
http://localhost:8000/api/docs - Hosted MCP:
http://localhost:8001/mcp - Postgres:
localhost:55432 - Redis:
localhost:56379 - Vault:
http://localhost:8200 - MinIO API/UI:
localhost:59000andlocalhost:59001