This project was done in Fall of 2022 as a part of Database Design Course at USF
This is a Python/Django E-Commerce Web Application built as part of a database design course. The project creates a basic e-commerce web app with core functionalities.
Features
Product Display: List all items with images, descriptions, and prices.
Product Details: View single product details.
Shopping Cart: Add and remove items from the cart.
Address Management: Add shipping and billing addresses.
Database Management: Store and manipulate data using SQLite with full CRUD operations.
Technologies Used
Python
Django
HTML, CSS, JavaScript for frontend
SQLite database