You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
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.