/Recipe

Backend for recipe API which can narrow searches down depending on your ingredients and time parameters

Primary LanguageJavaScript

Recipe

Demo: https://youtu.be/n3PL8ZIH9k0

API for recipes. This is the backend repo. For a client side and use of this repo. My friend has worked on the front-end.

The repo for that can be found here:

https://github.com/keoki33/recipes_project

To view API JSON results npm run dev

All recipes localhost:3000/api/recipes

Query ingredients localhost:3000/api/recipes/search?q=chicken

Query multiple ingredients with time http://localhost:3000/api/recipes/search?q=chicken,garlic&time=45