api recipe and ingredient, GET and PUT

This commit is contained in:
2024-02-16 00:30:19 -05:00
parent 7e4c1dca7e
commit 4ddb2ea8ff
18 changed files with 610 additions and 0 deletions

12
test/put_recipe.json Normal file
View File

@@ -0,0 +1,12 @@
{
"id": 0,
"title": "string",
"url": "string",
"site_name": "string",
"cuisine": "string",
"category": "string",
"description": "string",
"cook_time": 0,
"prep_time": 0,
"yields": "string"
}