Open LucasClarkson opened 7 years ago
The API call for the type-ahead search for recipes is:
/api/recipe/search/{user input}
which will return the following:
{ok: true/false, recipeCount: int, recipes: [recipe]}
Use the same format for ingredients.
I think we could benefit from simple recipe, ingredient, user, and logging UI's. This way we can utilize our api's rather than creating JSON.