P
Backend2025
Projet API REST
API RESTful complete avec authentification JWT et documentation Swagger.
Description
Conception et developpement d'une API REST complete en Node.js avec Express. L'API inclut un systeme d'authentification JWT, une documentation Swagger interactive, des tests automatises.
Stack technique
Node.jsExpressPostgreSQLJWTSwagger
Ce que j'ai appris
- Architecture API RESTful
- Securite : JWT, bcrypt, rate limiting
- Documentation avec Swagger/OpenAPI
- Tests d'integration avec Jest