adityabisoi / startup-incubator

A website for showcase products pre-release
GNU General Public License v3.0
20 stars 33 forks source link

CommentInSchemaBackendRoute #161

Closed ayush25102001 closed 2 years ago

ayush25102001 commented 2 years ago

Fixes #148

I have modified the backend project model where I included the field comments which is an array of comments where every comment as fields like id(stored id for project whose comment it is), likes(for like count ) , body(for comment content). I also created the backend endpoint for comment addition for respective comment