Skip to content

darshpatel2714/Django-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👟 Elite Footwear Virtual Store

Platform License Status

A Django-based online footwear shopping platform offering a seamless and user-friendly experience for customers, delivery employees, and administrators.


✨ Features

Customer

  • 🛒 User registration & authentication
  • 📦 Browse product catalog
  • ➕ Add items to cart
  • 💳 Secure checkout process
  • 👤 Manage profile
  • 📍 Track orders

Delivery Employee

  • 📋 View assigned deliveries
  • 🔄 Update delivery status (pending, completed, canceled)
  • 🗂 View delivery history
  • 📡 Track location

Administrator

  • 👥 Manage users & delivery employees
  • 🏷 Manage product catalog
  • 📑 Manage orders & deliveries
  • 📊 Generate reports & analytics

🛠 Tech Stack

Layer Technology
Frontend HTML, CSS, JavaScript, Bootstrap
Backend Django (Python)
Database MySQL
Tools Draw.io (for diagrams)

📸 Screenshots

image image image image image image image image image image image image image image image image image image image image image image image image image image image image image image image image image image image image image image

⚙️ Installation & Setup


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