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/posts #103

Closed ribal-aladeeb closed 6 years ago

ribal-aladeeb commented 6 years ago

A client can persist post by sending a POST request with {author_email, data, group_id} to /posts. A client can fetch all posts on the dashboard by sending a GET at /posts. A client cant fetch all posts written by a user by sending a GET at /posts/:author_email.