codeuino / social-platform-donut-backend

Donut API:
http://donut-api-prod.codeuino.org/
GNU General Public License v3.0
24 stars 57 forks source link

Adds all the post API's #108

Closed rak-shit closed 4 years ago

rak-shit commented 4 years ago

name: Adds all the post API's about: Implements the backend of post API's title: 'Adds all the post API's' labels: 'feature' assignees: @rak-shit


Problem

Github Issue Number: Fixes #101, Fixes #94 & Fixes #115

Type of Change

[ ] Bug fix [x] New Feature [ ] Development of UI/UX prototypes [ ] Small refactor [ ] Change in Documentation

Checklist

[x] My code follows the same style as the codebase [ ] My Code change requires a change in documentation [ ] I have updated the Readme accordingly [x] I made PR against development branch [ ] I have run the test cases locally and it's passing. [x] I have squashed my commits

rak-shit commented 4 years ago

Post creation

Screenshot 2020-04-11 at 5 18 07 PM Screenshot 2020-04-11 at 5 18 15 PM

GET all posts

Screenshot 2020-04-11 at 5 27 14 PM

GET post by ID

Screenshot 2020-04-11 at 5 27 34 PM

Delete post

Screenshot 2020-04-11 at 5 29 36 PM

Downvote

Screenshot 2020-04-11 at 5 31 36 PM

Upvote

Screenshot 2020-04-11 at 5 31 49 PM