feat: add platform deployment artifacts

This commit is contained in:
2026-03-25 15:06:14 +00:00
parent 4441dd8afe
commit 7928b5778e
9 changed files with 426 additions and 0 deletions

25
docs/api.md Normal file
View File

@@ -0,0 +1,25 @@
# API Reference
## Endpoints
### Health Check
```
GET /health
```
**Response:**
```json
{"status": "UP", "service": "vetclinic"}
```
### Root
```
GET /
```
**Response:**
```json
{"service": "vetclinic", "description": "Modernized vetclinic service", "version": "1.0.0"}
```