Skip to content

Frontend Routes

Eric Ramsay edited this page Mar 5, 2021 · 2 revisions

Across the Site

/main

/categories/:id

/games/:id

                     

User Centric

/users/login

/users/signup

/users/:id/library (show all games)

/users/:id/reviews (filter library to show only those the user's reviewed)

/users/:id/profile (page to update user profile settings and/or delete account)

Clone this wiki locally