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.
- 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.