initial commit
All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 45s

Change-Id: Iccb9a69a29ce96d618762c5c852c8ec43d9b78df
This commit is contained in:
Scaffolder
2026-03-19 16:22:58 +00:00
commit a322740284
14 changed files with 721 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
# 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 |