Frontend Routes - melendezmatt/Rushipes GitHub Wiki

User-facing routes

  • /login
  • /signup
  • / - View both a user's pantries and recipes on the landing page
  • /users/:id/pantries - view all a user's pantries
  • /users/:id/pantry/:pantryId - View a single pantry store for a certain user
  • /users/:id/recipes - view all a user's recipes
  • /users/:id/recipe/:recipeId - view a user's single recipe
  • /about-me - view all Matt Melendez's external links(Github, AngelList, Portfolio, LinkedIn)