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

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.

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.