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
This project demonstrates how to set up a Django REST API with JWT (JSON Web Token) authentication, allowing users to log in and access protected API endpoints. It includes an API for managing books, and the endpoints support CRUD operations (Create, Read, Update, Delete).
Créez une API sécurisée RESTful en utilisant Django REST : Créer une API RESTful avec Django REST / Sécuriser une API afin qu'elle respecte les normes OWASP et RGPD / Documenter une application
This is a full stack demo of the todo list app. The frontend UI is built with React and the backend is setting up under Django. Axios and Django Rest API are running for bridging the communications and interactions between frontend and backend.