Skip to content

Front end routes

shiwen1209 edited this page Jul 24, 2022 · 1 revision
  • /home (aka login)
    • SessionForm
    • Nav
  • /signup
    • SessionForm
  • /recipes(recipe index page)
    • RecipeIndex
    • RecipeIndexItem
    • Search
  • /recipes/:id(recipe show page)
    • Recipe
    • Recipe form
  • /users/:id (user showpage)
    • UserShow
    • UserForm
    • Meal Plan
    • Shopping list
    • Nutrition dashboard
  • /how it works
Clone this wiki locally