# GET - read
PATH: http://localhost:4040/# POST - add
PATH: http://localhost:4040/
BODY: { "title": "Monster Apple Pie", "description": "Fresh daily baked apple pie with monster super vanilla ice cream"}# PUT - update
BODY: { "title": "Monster Apple Pie", "description": "Fresh daily baked apple pie with monster super vanilla ice cream"}
PATH: http://localhost:4040/?title=Apple Pie
QUERY: title=Apple Pie# DELETE
PATH: http://localhost:4040/?title=American Hotdog
# DELETE all
PATH: http://localhost:4040/delete-all