You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User should be able to click on the recipe name from the searched list of recipes
User should be redirected to the recipe details page for that recipe
The recipe details page should display all the information related to the recipe including recipe name, list of ingredients, steps to prepare with detailed instructions, cook and prep time etc.
The text was updated successfully, but these errors were encountered:
- gh-31: Add /api/ route to api calls
- Add recipe component
- Add recipe controller that gets recipe data from the database
- Add Recipe and Ingredient data classes
- Add DbSet for Recipe and Ingredient classes to ApplicationDbContext
- Add RecipeService and HttpClientService
- Move FridgeService to client/src/services/fridge
gh-19
Co-authored-by: Syed Zaidi <26808641+zaidi-01@users.noreply.github.com>
- gh-31: Add /api/ route to api calls
- Add recipe component
- Add recipe controller that gets recipe data from the database
- Add Recipe and Ingredient data classes
- Add DbSet for Recipe and Ingredient classes to ApplicationDbContext
- Add RecipeService and HttpClientService
- Move FridgeService to client/src/services/fridge
gh-19
Co-authored-by: Syed Zaidi <26808641+zaidi-01@users.noreply.github.com>
- Add route to recipe view from recipe list
- Add '/id' to recipe view route
- Remove 'Recipe Details' button from nav-menu
- Rename GetDetails to GetRecipe in RecipeController
gh-19
The text was updated successfully, but these errors were encountered: