Meal-Planning / web-client

0 stars 0 forks source link

Build simple web UI #1

Open LucasClarkson opened 7 years ago

LucasClarkson commented 7 years ago

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.

LucasClarkson commented 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]}

LucasClarkson commented 7 years ago

Use the same format for ingredients.