File size: 550 Bytes
a17bef0 5a640eb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ---
title: Test Ruby
emoji: 🏢
colorFrom: purple
colorTo: gray
sdk: docker
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Application Ruby Pure
Une application Ruby simple avec Sinatra, déployée sur Hugging Face.
## Utilisation
Ouvrez l'URL de votre Space et interagissez avec l'interface web.
## API Endpoints
- `GET /` - Interface web
- `GET /hello/:name` - Salutation
- `POST /users` - Créer utilisateur
- `GET /health` - Santé de l'app
- `GET /api` - Documentation |