Projet de sélection | CDA.
Miniapplication web (landing page) permettant d’afficher une blague aléatoire au clic sur un bouton.
https://jdevelopquest.github.io/joke-app-front/public/index.html
- Bouton “Afficher une blague”
- Récupération et affichage d’une blague aléatoire via l’API
| Méthode + route | URL |
|---|---|
GET /api-docs |
https://joke-app-api-js43.onrender.com/v1/jokes/api-docs |
GET /index |
https://joke-app-api-js43.onrender.com/v1/jokes/index |
GET /show/:id |
https://joke-app-api-js43.onrender.com/v1/jokes/show/:id |
GET /random |
https://joke-app-api-js43.onrender.com/v1/jokes/random |
POST /create |
https://joke-app-api-js43.onrender.com/v1/jokes/create |
- Node
- Express
- Sequelize
- SQLite