| title | My FastAPI App |
|---|---|
| emoji | 🚀 |
| colorFrom | blue |
| colorTo | green |
| sdk | docker |
| pinned | false |
A production-grade REST API built with FastAPI and deployed on Hugging Face Spaces.
GET /— Root health checkGET /health— Health statusGET /items/— Get all itemsGET /items/{id}— Get item by IDPOST /items/— Create itemPUT /items/{id}— Update itemDELETE /items/{id}— Delete item
Visit /docs for the interactive Swagger UI.