Skip to content

Frontend Routes

Steven Inouye edited this page Dec 11, 2018 · 8 revisions

Frontend Routes

Public Routes

Path Details
/ homepage with random products
/search?query=____ search page listing results from search query
/:category list products in category *bonus

Authorize Routes

not accessible if logged in

Path Details
/login log in page
/signup sign up page

Protected Routes

accessible only if logged in

Path Details
/items/sell displays form to sell an item
/items/bid displays form verifying user's bid
/user/profile shows logged in user information *bonus
/items/following lists items bid on and watching *bonus
/items/purchases lists purchased items *bonus
/items/selling lists items user has for sale *bonus
Clone this wiki locally