Skip to content

RahulNeo95/blog_web_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Web Application using Django

A blog post web application built using Python Django and REST API using Django REST Framework

Features:

  • User Authentication - Users can register, login and logout
  • Create Posts, Edit, Delete Posts

Blog Posts API Endpoints

  • GET /api/posts - Returns the list of all posts by all user

  • POST /api/posts - Creates a new post

  • GET /api/posts/<id> - Returns a post by it's post ID.

  • PUT /api/posts/<id> - Updates a post by it's post ID.

  • DELETE /api/posts/<id> - Deletes a post by it's post ID.

Preview Images:

error displaying image

error displaying image

error displaying image

error displaying image

error displaying image

About

A blog post web application built using Python Django and REST API using Django REST Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published