MLH-Fellowship / SocioMark

A social media platform that lets you upload images and secures them by embedding a personalised hash.
https://sociomark.netlify.app
MIT License
16 stars 8 forks source link

Implement Comments API for posts #38

Closed aitikgupta closed 3 years ago

aitikgupta commented 3 years ago

Built over the previous PR #37 (merge it before this one)

Now things are starting to come together, requests are now supposed to be tailored to frontend, but Not correctly (will raise an issue about this). Ultimately we'll have to move Comments and Likes APIs under /post prefix.

Resolves #16