A modern, responsive e-commerce dashboard built with React, TypeScript, and Tailwind CSS. Features a beautiful dark/light theme, real-time analytics, and comprehensive business management tools.
- 🌓 Beautiful Dark/Light Theme
- 📊 Real-time Analytics Dashboard
- 👥 Customer Management
- 📈 Sales Reports & Analytics
- 📦 Inventory Management
- 💳 Billing System
- 🔐 Secure Authentication
- 📱 Responsive Design
- React 18
- TypeScript
- Tailwind CSS
- Framer Motion
- Recharts
- Hero Icons
- Django
- Django REST Framework
- PostgreSQL
- Redis
- Celery
- Node.js 16+
- Python 3.8+
- PostgreSQL
- Redis
- Clone the repository
git clone https://github.com/RajeshKalidandi/dukaan-tech.git
cd dukaan-tech- Install frontend dependencies
cd frontend
npm install- Install backend dependencies
cd backend
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt- Set up environment variables
# Frontend
cp frontend/.env.example frontend/.env
# Backend
cp backend/.env.example backend/.env- Run the development servers
Frontend:
cd frontend
npm run devBackend:
cd backend
python manage.py migrate
python manage.py runserver- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.



