jalantechnologies / boilerplate-mern

Boilerplate code for Node projects in TypeScript
5 stars 20 forks source link

implemented comments api #127

Closed deepak-kumar033 closed 2 months ago

deepak-kumar033 commented 3 months ago

Description

Implemented Comments API for view, add, delete, edit comments for a task

Database schema changes

Created schema for comments (used a separate schema and module approach for comments, in other way it can be included along with tasks schema and a list of comment ids can be added to tasks schema, need suggestion, if what approach to go for)

Tests

test cases to be added