An interactive e-commerce platform implemented in Python using SQLite. This project allows users to manage customers, products, orders, and order details in a user-friendly interface, providing an example of a basic e-commerce application.
View all customers, products, and orders. Insert new customers, product categories, and products. Place orders and add products to orders. Display summaries of orders and product sales using database views. Indexing for improved query performance.
Python 3.x SQLite3
Clone this repository to your local machine: git clone https://github.com/jaffar84/E-Commerce-example.git