Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 444 Bytes

File metadata and controls

12 lines (9 loc) · 444 Bytes

drf-ecommerce-shoppingcart-service

Tested ecommerce shoppingcart service created with django rest framework
Note: That project focuses on shopping cart and delivery cost calculation functionalities therefore endpoints are not implemented.

Features

  • Ecommerce related models (Product, ProductCategory(Hierarchic), Coupon, Campaign)
  • ShoppingCart
  • DeliveryCostCalculator

Running the Project and the Tests

docker-compose up