hngprojects / hng_boilerplate_nestjs

Description
Apache License 2.0
182 stars 105 forks source link

[FEAT] API Endpoint to Create Comment to Blog Post - BACKEND #96

Closed IsraelBO17 closed 1 month ago

IsraelBO17 commented 1 month ago

Description

This endpoint creates a comment and attach it to a blog post.

Acceptance Criteria

Create Comment [PROTECTED] [POST] /api/v1/comments

Purpose

Requirements

Expected Outcome

markessien commented 1 month ago

Comments are a generic, standalone feature, and can be attached to anything. They are not specific to blogs

IsraelBO17 commented 1 month ago

Comments are a generic, standalone feature, and can be attached to anything. They are not specific to blogs

I have removed the 'blogId' attachment