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.