simple api :)
go to:
https://thanks-giving-recipe-api.vercel.app/thanksgivingrecipes
curl https://thanks-giving-recipe-api.vercel.app/thanksgivingrecipes
curl -X POST https://thanks-giving-recipe-api.vercel.app/thanksgivingrecipes \
-H "Content-Type: application/json" \
-d '{
"name": "YOUR-RECIPE-NAME",
"ingredients": ["YOUR INGREDIENTS"],
"steps": ["STEPS FOR YOUR RECIPE"]
}'
curl -X DELETE https://your-flask-api.vercel.app/thanksgivingrecipes/best-turkey-gravy
in the request bar change it to GET if not already on GET and then enter this:
https://thanks-giving-recipe-api.vercel.app/thanksgivingrecipes
https://thanks-giving-recipe-api.vercel.app/thanksgivingrecipes
"name": "YOUR-RECIPE-NAME",
"ingredients": ["YOUR INGREDIENTS"],
"steps": ["STEPS FOR YOUR RECIPE"]
https://thanks-giving-recipe-api.vercel.app/thanksgivingrecipes/RECIPE-NAME