This repository demonstrates how to build a user profile API using Django Rest Framework (DRF).
It highlights the use of Serializer and ModelSerializer classes, including custom implementations of the create() and update() methods for tailored object creation and update logic.
- Interactive documentation available at:
- JWT Authentication: Secure API access using the Simple JWT package.
- Example Requests: Sample endpoints and usage provided in the
api.httpfile.
Tip: Install the REST Client extension in your code editor for easy testing. - API Documentation: Swagger and ReDoc UIs powered by drf-spectacular.
Feel free to explore and modify the code to enhance your understanding of DRF and JWT authentication.