feat: add platform deployment artifacts

This commit is contained in:
2026-03-25 15:08:17 +00:00
parent 3b45075e6c
commit affbb67c2b
9 changed files with 432 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": "jason-pet-1"}
```
### Root
```
GET /
```
**Response:**
```json
{"service": "jason-pet-1", "description": "Modernized jason-pet-1 service", "version": "1.0.0"}
```