Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 625 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 625 Bytes

ECOM

a fullly functional ecommerce website made with django

FUNCTIONALITIES :

Store page contains all the products available with their name, image, price, view and a add to cart button. The user can view the product in detail by clicking the view button. The view page contains the image, name, description, price, and review column. The user can read other reviews and also can post a new one. After adding to the cart they can view their cart by clicking the cart button. The cart page alows them to add the quantity of the product and also can remove a product. The user can check the total amount inthe cart page.