Skip to content

Frontend Routes

Meitong Qu edited this page Nov 16, 2021 · 1 revision

Ingestibles Routes

/login

Log in page

This page displays a log in form where a user can login

/sign-up

Sign up page

This page displays a sign in form where a user can signup

/

Landing page

This page displays random categories of recipes with lists.

/recipes

All recipes

This page displays all of the recipes on the site, ordered by newest first, limited to 100.

/recipe/:id

Recipe page

This page displays a specific recipe with all of its details(Media, ingredients, instructions, description, author, comments, likes), where a logged-in user can like and unlike the recipe, as well as create, edit, delete comments.

/recipes/new_recipe

Be able to create recipe and recipe items

This page will display a form to create new recipe and its associate tags, ingredients, instructions, media.

/recipes/edit/:recipeId

Be able to edit recipe and recipe items

This page will display a pre-filled form to edit recipe and its associate tags, ingredients, instructions, media.

/users/:userId

Be able to edit profile

This page allows the user to view and edit their profile

/recipes/my_plate

Be able to view recipes associated with the logged-in user

This page allows the user to view the recipes created and liked by him/her and access to edit and delete button of recipes created by the user

*

Be able to search and view search result

All pages will have access to Nav Bar and show the dynamic results for the search bar submission