initial commit
All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 45s
All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 45s
Change-Id: Iccb9a69a29ce96d618762c5c852c8ec43d9b78df
This commit is contained in:
26
README.md
Normal file
26
README.md
Normal 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 |
|
||||
Reference in New Issue
Block a user