An E-Comerce Webiste made in Django with the following components :
-
Cart : Each user has its own personalised cart for storing items.
-
User Accounts : Each user has its own account where he can view all his transactions and a Guest User Id as well.
-
Search : A customised search option where user can search products with query .
-
Product : This stores the details of all the products .
Additional Functionalities :
-
Payment : Stripe Integration for taking payments from users .
-
Confirmation Mail : Send order confirmation mail to the user using Mailchimp integration .