https://github.com/alotab/django-rest-framework
A RESTful API built with Django REST Framework to power a React-based blog application. The API provides endpoints for managing blog posts, including creating, retrieving, updating, and deleting posts, as well as user authentication and authorization.
https://github.com/alotab/django-rest-framework
django django-rest-framework djoser-integration pytest pytest-cov pytest-django python restapi-framework
Last synced: 8 months ago
JSON representation
A RESTful API built with Django REST Framework to power a React-based blog application. The API provides endpoints for managing blog posts, including creating, retrieving, updating, and deleting posts, as well as user authentication and authorization.
- Host: GitHub
- URL: https://github.com/alotab/django-rest-framework
- Owner: Alotab
- License: mit
- Created: 2023-11-23T15:16:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T21:06:10.000Z (9 months ago)
- Last Synced: 2025-01-02T22:19:07.350Z (9 months ago)
- Topics: django, django-rest-framework, djoser-integration, pytest, pytest-cov, pytest-django, python, restapi-framework
- Language: Python
- Homepage:
- Size: 7.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django Blog API with JWT Authentication
This is a Django-based API for a blog application. It supports full CRUD (Create, Read, Update, Delete) operations for blog posts and utilizes JWT (JSON Web Token) authentication for secure access to the API.