-
Notifications
You must be signed in to change notification settings - Fork 0
API Documentation
Meitong Qu edited this page Nov 16, 2021
·
5 revisions
-
POST api/recipes- create new recipe and its associate tags, ingredients, instructions, media. -
GET api/recipes/edit/:recipeId- get an edit form, with pre-filled information of recipe and its associate tags, ingredients, instructions, media. -
POST api/recipes/edit/:recipeId- edit recipe and its associate tags, ingredients, instructions, media. -
POST api/recipes/delete/:recipeId- delete recipe and its associate tags, ingredients, instructions, media.
-
POST api/likes/:recipeId- create likes to the recipe if there is no like by the current user, otherwise unlike it.
October 2021 Johnny Park, Meitong Qu, Darren Via II, Jami Travers