-
Notifications
You must be signed in to change notification settings - Fork 24
Frontend Routes
Steven Inouye edited this page Dec 11, 2018
·
8 revisions
Path | Details |
---|---|
/ |
homepage with random products |
/search?query=____ |
search page listing results from search query |
/:category |
list products in category *bonus |
not accessible if logged in
Path | Details |
---|---|
/login |
log in page |
/signup |
sign up page |
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 |