Skip to content

Frontend Routes

stevenseb edited this page Aug 21, 2024 · 1 revision

URL: ‘/’ View: Homepage (menu page w/login and signup options)

URL: ‘/’ modal signup or modal login Redirect: ‘/’ View: Homepage (menu page w/logout option)

URL: ‘/domain/users/:userId’ View: User’s profile page (If there are any previous orders, they will be visible here, any un-fulfilled orders may be cancelled from this page)

URL: ‘/domain/cart/:orderId’ View: All items added to the users cart/order will be visible and can be managed from here

Clone this wiki locally