DPigeon / Edge

A web-base application kind of like a social media site to allow parents to communicate with teachers and vice-versa.
0 stars 1 forks source link

Backend/comments #108

Closed ribal-aladeeb closed 6 years ago

ribal-aladeeb commented 6 years ago

A client can persist a comment by sending a POST request with { author_email, data, post_id } to /comments. Comments do not have a GET endpoint, they are automatically fetched when the browsers fetches posts. The database schema has been corrected and production endpoints are not available