Skip to content

alanhasn/User-Profile-API-DRF

Repository files navigation

Simple User Profile API with Django Rest Framework

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.

API Documentation

Key Features

  • JWT Authentication: Secure API access using the Simple JWT package.
  • Example Requests: Sample endpoints and usage provided in the api.http file.
    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.

About

Simple User Profile API with Django Rest Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages