Skip to content

subresh-code/Blog-API---A-Simple-Blog-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blog API - A Simple Blog Management System

Project Overview

This is a basic Blog API built using Django and Django Rest Framework. The API provides the functionality to manage and interact with blog posts. It allows users to perform CRUD operations (Create, Read, Update) on blog data.

Features:

  • GET /api/blogs/: Retrieve a list of all blogs.
  • GET /api/blogs/{id}/: Retrieve a specific blog by ID.
  • POST /api/blogs/: Create a new blog post.
  • PUT /api/blogs/{id}/: Update an existing blog post by ID.

Technologies Used:

  • Django: A Python web framework for building the API.
  • Django Rest Framework: A toolkit for building Web APIs in Django.
  • Postman: For testing the API and exporting requests.

About

A basic Blog API built with Django and Django Rest Framework. It supports CRUD operations: GET all blogs, GET a blog by ID, POST to create a blog, and PUT to update a blog. Each blog has a title, description, and category, making it a solid foundation for a blog management system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages