Wireframes and Front End Routes - fangruz114/Lizuvia GitHub Wiki

Wireframes and Front End Routes

Wireframes

Splash Page:

Product Page:

Product Detail Page:

User Profile Page:

Frontend Routes

Splash/Home Page

GET /

Product List Page

GET /products

Product Detail Page

GET /products/:id

Products by Category Page

GET /products/categories/:category

User Profile Page

GET /users/:id

User Product Listing Page

GET /users/:id/products

User Order History Page

GET /orders

User Order Details Page

GET /orders/:id

Shopping Cart Page

GET /cart

Login Page

GET /login

Signup Page

GET /signup

Create New Product Page

GET /new-products

User Edit Product Page

GET /products/:id/edit