WenxuC / fridge

Generate recipes based on ingredients
1 stars 0 forks source link

Create endpoints for spoonacular in django #22

Closed WenxuC closed 1 year ago

WenxuC commented 1 year ago
WenxuC commented 1 year ago

For the search recipe by ingredients, I am able to make a request to the API, now I need to find a way for the frontend to pass in the request to the endpoint and extract out the ingredients for the parameters. I need a create a component first to pass this information.