Skip to content

RajeshKalidandi/dukaan-tech

Repository files navigation

Dukaan Tech - Modern E-commerce Dashboard

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.

Features

  • 🌓 Beautiful Dark/Light Theme
  • 📊 Real-time Analytics Dashboard
  • 👥 Customer Management
  • 📈 Sales Reports & Analytics
  • 📦 Inventory Management
  • 💳 Billing System
  • 🔐 Secure Authentication
  • 📱 Responsive Design

Tech Stack

Frontend

  • React 18
  • TypeScript
  • Tailwind CSS
  • Framer Motion
  • Recharts
  • Hero Icons

Backend

  • Django
  • Django REST Framework
  • PostgreSQL
  • Redis
  • Celery

Screenshots

Dashboard Overview

Dukaan Tech Dashboard

Billing System

Billing System

Customer Management

Customer Management

Reports and Analytics

Reports

Getting Started

Prerequisites

  • Node.js 16+
  • Python 3.8+
  • PostgreSQL
  • Redis

Installation

  1. Clone the repository
git clone https://github.com/RajeshKalidandi/dukaan-tech.git
cd dukaan-tech
  1. Install frontend dependencies
cd frontend
npm install
  1. Install backend dependencies
cd backend
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt
  1. Set up environment variables
# Frontend
cp frontend/.env.example frontend/.env

# Backend
cp backend/.env.example backend/.env
  1. Run the development servers

Frontend:

cd frontend
npm run dev

Backend:

cd backend
python manage.py migrate
python manage.py runserver

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

About

A comprehensive SaaS platform for Indian shopkeepers to manage their business operations efficiently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors