An open API service indexing awesome lists of open source software.

https://github.com/lscasas/django_api

Django-API is a learning project focused on building secure RESTful APIs with Django and DRF.
https://github.com/lscasas/django_api

django django-rest-framework jwt

Last synced: 2 months ago
JSON representation

Django-API is a learning project focused on building secure RESTful APIs with Django and DRF.

Awesome Lists containing this project

README

          

# Django-API

Django-API is a project designed to learn and practice building RESTful APIs using Django and Django REST Framework (DRF). This project focuses on utilizing the power of Django and DRF to create a robust and efficient API. The project incorporates JWT authentication for secure user access, and integrates with a PostgreSQL database for data management.