All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 45s
Change-Id: Iccb9a69a29ce96d618762c5c852c8ec43d9b78df
27 lines
579 B
Markdown
27 lines
579 B
Markdown
# 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 |
|