# test-micro-alex-stable-1 test-micro-alex-stable-1 **Runtime**: Node.js 20 ยท Express 4 **Owner**: group:default/platform-engineering ## Quick Start ```bash npm install npm run dev ``` Service on **http://localhost:3000**. ## Endpoints | Method | Path | Description | |--------|------|-------------| | GET | `/api/items` | List items | | POST | `/api/items` | Create item | | GET | `/api/items/:id` | Get by ID | | PUT | `/api/items/:id` | Update | | DELETE | `/api/items/:id` | Delete | | GET | `/health` | `{"status":"UP"}` | | GET | `/metrics` | Prometheus metrics |