Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1 KB

readme.md

File metadata and controls

21 lines (14 loc) · 1 KB

Node.js Blog App API

Overview of the App

The Node.js Blog App API is designed to facilitate the creation and management of blog posts or articles. This API supports various key features, including:

  • Authentication and Authorization: Ensures secure access and operations.
  • Comments on Blog Posts: Allows users to engage with articles.
  • Likes on Blog Posts: Enables users to like their favorite posts.
  • Security: The app supports token and refresh token mechanisms to enhance security.

Postman Collection

This Postman collection includes 20 endpoints categorized into four main sections:

  • User Management: Handling user registration, login, and profile updates.
  • Blog Post Management: Creating, updating, retrieving, and deleting blog posts.
  • Comments on Blogs: Managing comments on blog posts.
  • Likes on Blogs: Managing likes on blog posts.

You can access the full Postman collection here.