Skip to content

Front End Routes

Andrew edited this page Oct 18, 2021 · 5 revisions

/

  • Home page of site. Navigation, advertisements, looks nice.

/users/login

  • Log in as a previously registered user

/users/signup

  • Sign up as a new users

/users/:id

  • view of the session users profile

/users/:id/cart

  • View the cart of items set for purchase for the current user

/users/:id/wishlist

  • View the wishlist of the current user

/shop

Option 1 Option 2 Option 3
/shop/snowboards /shop/hardgoods /shop
/shop/bindings /shop/softgoods -
/shop/boots - -
/shop/jackets - -

Clone this wiki locally