This project is an eCommerce website built with Python and Django for the backend, and HTML, CSS, and JavaScript for the frontend, offering a seamless shopping experience for users. Public visitors can browse products, create accounts, place orders, and track order details, while administrative staff can manage customer accounts, product listings, and order statuses, with SQLite3 used to store product information, user data, and transaction records.
- Frontend: HTML, CSS, JavaScript.
- Backend: Python, Django
- Database: SQLite3
- Framework: Django
- IDE : VS Code
- Testing: Comprehensive testing was performed for this project.
The code deployed is for demonstration purposes, and the actual code differs slightly.