NM Склад — API
Modular-monolith warehouse operations service.
Status
ok
Version
0.0.0
Uptime
8076s
Database
ok
Node env
production
Checking login status…
Endpoints
- /office — manual-testing UI (all business processes)
- /tsd — mobile/handheld UI for floor operations
- /login — dev login page
- /health — liveness
- /health/ready — readiness (checks DB)
POST /api/v1/commands — command dispatch
GET /api/v1/query/* — read-side queries
GET /api/v1/admin/* — admin CRUD
GET /api/v1/events/stream — SSE event stream
GET /api/v1/labels/box/:boxId — printable HTML label
If the database is unavailable, run docker compose up -d postgres migrate or make reset.
Manual E2E walkthrough: docs/MANUAL-TEST-RUNBOOK.md.