GET:
curl
-X "GET"
http://localhost:3000/api
POST:
curl
-H "Content-Type: application/json"
-X "POST"
-d '{"post":"new item through post json curl", "tags" : ["classes","study"]}'
http://localhost:3000/api`
PUT:
curl
-H "Content-Type: application/json"
-X "PUT"
-d '{"post":"new updated post", "tags" : ["newtag","anothernewtag"]}'
http://localhost:3000/api/57be32e2ad4e708f128322dc`
DELETE:
curl
-X "DELETE"
http://localhost:3000/api/3000/api/57be32e2ad4e708f128322dc