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.
- Host: GitHub
- URL: https://github.com/lscasas/django_api
- Owner: LSCasas
- Created: 2025-02-02T20:14:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-04T05:40:18.000Z (about 1 year ago)
- Last Synced: 2025-06-24T02:38:06.184Z (about 1 year ago)
- Topics: django, django-rest-framework, jwt
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.