Skip to content

imsomdev/blog_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Backend API

Status

This project is a backend API for a blogging platform that enables user authentication, blog post creation, deletion, editing, liking, and commenting. It provides a RESTful API that can be integrated into various frontend applications.

Features

  1. User Authentication:

    • Users can create accounts, log in, and log out.
  2. Blog Post Management:

    • Create a new blog post.
    • Edit an existing blog post.
    • Delete a blog post.
  3. Interactions:

    • Like a blog post.
    • Comment on a blog post.

Technologies Used

  • Django: A high-level Python web framework.
  • Django REST Framework: A powerful and flexible toolkit for building Web APIs.

Database Used

  • PostgreSQL: The world's most advanced open source database

Command

uvicorn blog_project.asgi:application --port 8000 --workers 4 --log-level debug --reload

About

This project is a backend API for a blogging platform that enables user authentication, blog post creation, deletion, editing, liking, and commenting. It provides a RESTful API that can be integrated into various frontend applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors