{"id":26410502,"url":"https://github.com/pulkit-jain1/heritage-hands","last_synced_at":"2026-04-10T03:58:09.640Z","repository":{"id":282758126,"uuid":"949559961","full_name":"Pulkit-Jain1/Heritage-Hands","owner":"Pulkit-Jain1","description":"Heritage Hands is a full-stack e-commerce platform designed to showcase and sell traditional Indian handicrafts and artisanal products. The platform bridges the gap between skilled artisans and global consumers, bringing centuries-old craftsmanship to the modern market.","archived":false,"fork":false,"pushed_at":"2025-03-16T18:34:30.000Z","size":1690,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T19:42:32.725Z","etag":null,"topics":["bcryptjs","expressjs","google-generative-ai","jwt","mongodb","nodejs","react","redis","stripe","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pulkit-Jain1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-16T18:15:46.000Z","updated_at":"2025-03-16T18:44:22.000Z","dependencies_parsed_at":"2025-03-16T19:53:00.207Z","dependency_job_id":null,"html_url":"https://github.com/Pulkit-Jain1/Heritage-Hands","commit_stats":null,"previous_names":["pulkit-jain1/heritage-hands"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pulkit-Jain1/Heritage-Hands","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pulkit-Jain1%2FHeritage-Hands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pulkit-Jain1%2FHeritage-Hands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pulkit-Jain1%2FHeritage-Hands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pulkit-Jain1%2FHeritage-Hands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pulkit-Jain1","download_url":"https://codeload.github.com/Pulkit-Jain1/Heritage-Hands/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pulkit-Jain1%2FHeritage-Hands/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265546420,"owners_count":23785966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bcryptjs","expressjs","google-generative-ai","jwt","mongodb","nodejs","react","redis","stripe","tailwindcss"],"created_at":"2025-03-17T20:18:13.108Z","updated_at":"2025-12-30T19:10:17.272Z","avatar_url":"https://github.com/Pulkit-Jain1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏺Heritage Hands\n\n## A Modern E-commerce Platform for Traditional Indian Artisanal Products\n\nHeritage Hands is a full-stack e-commerce platform designed to showcase and sell traditional Indian handicrafts and artisanal products. The platform bridges the gap between skilled artisans and global consumers, bringing centuries-old craftsmanship to the modern market.\n\n## ✨ Features\n\n- **User Authentication** - Secure signup, login, and token-based session management\n- **Product Browsing** - Browse products by categories with rich visual layouts\n- **Shopping Cart** - Add, remove, and update product quantities in cart\n- **Coupon System** - Apply discount coupons during checkout\n- **Secure Payments** - Integrated Stripe payment gateway\n- **AI-Powered Product Management** - Analyze product images using Google's Gemini AI to generate descriptions\n- **Admin Dashboard** - Manage products and view sales analytics\n- **Responsive Design** - Optimized for all device sizes\n\n## 🛠️ Technologies Used\n\n### Frontend\n- React 18\n- Zustand (state management)\n- TailwindCSS (styling)\n- Framer Motion (animations)\n- Recharts (analytics visualization)\n- Lucide React (icons)\n\n### Backend\n- Node.js\n- Express.js\n- MongoDB with Mongoose\n- Redis (caching)\n- JWT (authentication)\n- Cloudinary (image storage)\n- Stripe (payment processing)\n- Google Generative AI (Gemini API)\n\n## 🏗️ Project Structure\n\n```\npulkit-jain1-heritage-hands/\n├── LICENSE\n├── package.json\n├── backend/          # Node.js/Express backend\n│   ├── server.js     # Entry point\n│   ├── controllers/  # Business logic\n│   ├── lib/          # External services connectors\n│   ├── middleware/   # Request/response middleware\n│   ├── models/       # MongoDB schemas\n│   ├── routes/       # API endpoints\n│   └── seeds/        # Database seeders\n└── frontend/         # React frontend\n    ├── public/       # Static assets\n    └── src/\n        ├── components/  # Reusable UI components\n        ├── lib/         # Utility functions\n        ├── pages/       # Page components\n        └── stores/      # Zustand state stores\n```\n\n## 🚀 Installation\n\n### Prerequisites\n- Node.js (v16+)\n- MongoDB\n- Redis\n- Stripe account\n- Cloudinary account\n- Google AI API key (for Gemini integration)\n\n### Setup\n\n1. Clone the repository\n```bash\ngit clone https://github.com/Pulkit-Jain1/heritage-hands.git\ncd heritage-hands\n```\n\n2. Install dependencies\n```bash\nnpm install\ncd frontend\nnpm install\ncd ..\n```\n\n3. Environment variables\n\nCreate a `.env` file in the root directory with the following variables:\n```\n# Server\nPORT=5000\nNODE_ENV=development\n\n# Database\nMONGO_URI=your_mongodb_connection_string\n\n# JWT\nACCESS_TOKEN_SECRET=your_access_token_secret\nREFRESH_TOKEN_SECRET=your_refresh_token_secret\n\n# Redis\nUPSTASH_REDIS_URL=your_redis_url\n\n# Cloudinary\nCLOUDINARY_CLOUD_NAME=your_cloud_name\nCLOUDINARY_API_KEY=your_api_key\nCLOUDINARY_API_SECRET=your_api_secret\n\n# Stripe\nSTRIPE_SECRET_KEY=your_stripe_secret_key\nCLIENT_URL=http://localhost:5173\n\n# Google AI\nGEMINI_API_KEY=your_gemini_api_key\n```\n\n4. Seed the database (optional)\n```bash\nnode backend/seeds/seedDatabase.js\n```\n\n5. Start the development server\n```bash\nnpm run dev\n```\n\n## 🔍 Usage\n\n### Customer Features\n- Browse products by categories\n- Add products to cart\n- Apply discount coupons\n- Checkout securely with Stripe\n- View order history\n\n### Admin Features\n- Access admin dashboard at `/secret-dashboard`\n- Create and manage products\n- Use AI to generate product descriptions\n- Toggle featured products\n- View sales analytics\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulkit-jain1%2Fheritage-hands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpulkit-jain1%2Fheritage-hands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpulkit-jain1%2Fheritage-hands/lists"}