You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test de création d'une API CRUD REST en utilisant le framework backend NESTJS avec une authentification JWT, la mise en place de tests E2E et l'utilisation d'une base de données relationnelle (techno utilisées : Docker, Postgres, Passport.js, Prisma, Pactum et Dotenv)
A REST API made using NESTJS performing CRUD operations related to Users & their Bookmarks. API includes protected access, hashed passwords and ready to be dockerized.
A simple CRUD API built with NestJS and Prisma, demonstrating user management functionality. Includes end-to-end tests using Pactum to ensure API reliability.