-
- Downloads
Project 'td2-anh/advancedsoftwareuwe_group1' was moved to 'g1_shoppingapp/advancedsoftwareuwe_group1'. Please update any links and bookmarks that may still have the old path.
modify the backends so that the cart feature can work correctly, connect the...
modify the backends so that the cart feature can work correctly, connect the order and the payments. Update the view order of the user so that they can checkout and can view what they have checkouted. Add format ruff.
Showing
- app/backend/dummy_data.py 16 additions, 0 deletionsapp/backend/dummy_data.py
- app/backend/main.py 3 additions, 1 deletionapp/backend/main.py
- app/backend/models/models.py 23 additions, 0 deletionsapp/backend/models/models.py
- app/backend/routes/cart.py 342 additions, 0 deletionsapp/backend/routes/cart.py
- app/backend/routes/order.py 261 additions, 2 deletionsapp/backend/routes/order.py
- app/backend/schemas/order.py 27 additions, 0 deletionsapp/backend/schemas/order.py
- app/frontend/components/product/view_product.py 7 additions, 2 deletionsapp/frontend/components/product/view_product.py
- app/frontend/components/user_orders.py 618 additions, 3 deletionsapp/frontend/components/user_orders.py
- app/frontend/main.py 48 additions, 23 deletionsapp/frontend/main.py
Loading
Please register or sign in to comment