This project is an e-commerce dashboard built with Python and Django, using a SQLite database. The dashboard manages inventory, customer information, order fulfillment, and more. This project was created to practice working with Django, object-oriented programming (OOP), and database queries and filtering.
-
Inventory Management: Add, update, and delete products in the inventory.
-
Customer Information: Store and manage customer details.
-
Order Fulfillment: Track and manage customer orders.
-
Dashboard Overview: View key metrics and statistics about the e-commerce operations.
-
User Authentication: Secure login and registration for users.
-
Search and Filtering: Easily search and filter through products, customers, and orders.