Les REST API expliquée en 5 min

Опубликовано: 05 Октябрь 2024
на канале: Graven - Développement
23,461
946

Les APIs sont partout ! Essayons de comprendre à quoi elles servent et comment s'en servir en 5 min ! (Héberge ton projet avec Hostinger https://www.hostg.xyz/SHBis)

🖥️ Héberge ton site avec Hostinger : https://www.hostg.xyz/SHBis
(- 10% avec la code GRAVEN)

🔗Code de la video : https://github.com/GravenilvecTV/Exem...

🔗Liens de la video :
Télécharger NodeJS : https://nodejs.org/en/
Télécharger Visual Studio Code: https://code.visualstudio.com
Télécharger Git : https://git-scm.com
Télécharger Postman : https://www.postman.com

Site Fastify : https://fastify.dev
Liste d'APIS : http://apilist.fun
API Youtube : https://developers.google.com/youtube...
API Meteo : https://open-meteo.com
API Stripe : https://stripe.com/docs/api
API Pokemon : https://pokeapi.co

🔗Pour aller plus loin:
NestJS : https://nestjs.com
Fastify et Postegres :   / build-a-rest-api-with-fastify-and-postgresql  
Pourquoi il faut un HTTPS pour une API : https://www.educative.io/courses/secu...

🔗 VPS
Télécharger Nodejs Debian: curl -sL https://deb.nodesource.com/setup_18.x | bash -
Pare-feu UFW: https://www.codingforentrepreneurs.co...

Configuration Nginx
proxy_pass http://localhost:3000;
proxy_set_header Host $proxy_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

🔗 Timecode

00:00 - Qu'est-ce qu'une API
00:40 - Les Requetes
01:20 - Les Clés
01:55 - Créer son API
02:44 - Hébergement
04:07 - Conclusion

🎥 Credits:

Miniature : Dylan.PSD
Montage: Davinci Resolve
Tournage : OBS Studio

💬 Rejoindre le discord :   / discord  

end()