Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 506 Bytes

File metadata and controls

16 lines (7 loc) · 506 Bytes

Blog API Project

This project is a RESTful API designed for a blog platform. It supports essential blog functionalities such as creating, reading, updating, and deleting posts, as well as managing user authentication and comments.

Features

  • User Authentication: Secure login and registration using JSON Web Tokens (JWT)
  • Create Blog Post: Add new blog posts to the system.
  • Edit Blog Post: Modify existing blog posts.
  • Delete Blog Post: Remove blog posts from the system.