Files
demo-bot c740ad4b8d
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 55s
feat: modernize application — source, platform artifacts, CI/CD
- chore: ingest source code

58 files from https://github.com/gothinkster/node-express-realworld-example-app
- feat: add platform deployment artifacts
- feat: add CI/CD workflow automation
2026-08-03 21:13:27 +00:00

26 lines
302 B
Markdown

# API Reference
## Endpoints
### Health Check
```
GET /health
```
**Response:**
```json
{"status": "UP", "service": "reno-realworld-5"}
```
### Root
```
GET /
```
**Response:**
```json
{"service": "reno-realworld-5", "description": "Modernized reno-realworld-5 service", "version": "1.0.0"}
```