This is a Python Django-based e-commerce web application built as an assessment for the Python Developer position at Noviindus Technologies. The project includes user registration and login, cart functionality, item management, and CRUD operations.
Features- User Authentication: Registration and login functionality for users. Cart Management: Users can add items to the cart, view product images and amounts, and see a dynamically updated total quantity. Item Management: A dedicated admin page allows adding, editing, and deleting items in the database. CRUD Operations: Create, Read, Update, and Delete functionality for managing items.
Technology Stack- Backend: Python Django 3.0+ Database: SQLite