A Django-based online footwear shopping platform offering a seamless and user-friendly experience for customers, delivery employees, and administrators.
- 🛒 User registration & authentication
- 📦 Browse product catalog
- ➕ Add items to cart
- 💳 Secure checkout process
- 👤 Manage profile
- 📍 Track orders
- 📋 View assigned deliveries
- 🔄 Update delivery status (pending, completed, canceled)
- 🗂 View delivery history
- 📡 Track location
- 👥 Manage users & delivery employees
- 🏷 Manage product catalog
- 📑 Manage orders & deliveries
- 📊 Generate reports & analytics
Layer | Technology |
---|---|
Frontend | HTML, CSS, JavaScript, Bootstrap |
Backend | Django (Python) |
Database | MySQL |
Tools | Draw.io (for diagrams) |






































1️⃣ Clone the repository
git clone https://github.com/darshpatel2714/elite-footwear-store.git
cd elite-footwear-store
2️⃣ Create & activate virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
3️⃣ Install dependencies
pip install -r requirements.txt
4️⃣ Apply migrations & run server
python manage.py migrate
python manage.py runserver