/post
GET
- return all postsPOST
- create posts with title, description, votes, and author
/post/:id
GET
- return specific postsDELETE
- delete a postPUT
- update a post
/user
GET
- returns all usersPOST
- create a user withusername
,name
,email
/user/:id
GET
- returns user withid
DELETE
- delete a user withid