{"id":51493994,"url":"https://github.com/kiritocode1/gei","last_synced_at":"2026-07-07T13:01:53.415Z","repository":{"id":328073018,"uuid":"1097097916","full_name":"kiritocode1/gei","owner":"kiritocode1","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-15T14:38:55.000Z","size":109,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-11T13:57:49.354Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kiritocode1.png","metadata":{"files":{"readme":"README-QUICK-TEST.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-15T14:36:34.000Z","updated_at":"2025-11-15T14:38:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kiritocode1/gei","commit_stats":null,"previous_names":["kiritocode1/gei"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/kiritocode1/gei","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiritocode1%2Fgei","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiritocode1%2Fgei/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiritocode1%2Fgei/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiritocode1%2Fgei/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiritocode1","download_url":"https://codeload.github.com/kiritocode1/gei/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiritocode1%2Fgei/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35228639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-07T02:00:07.222Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-07-07T13:01:48.237Z","updated_at":"2026-07-07T13:01:53.359Z","avatar_url":"https://github.com/kiritocode1.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧪 Quick Testing Guide\n\n## Test the Multi-Store POS System Online\n\nI cannot directly host the application online from this environment, but here are several ways you can test it quickly:\n\n## 🚀 **Option 1: Docker Compose (Fastest)**\n\n```bash\n# Clone the project\ngit clone \u003cyour-repo-url\u003e\ncd hm-erp\n\n# One command to start everything\nnpm run docker:up\n\n# Wait 2-3 minutes, then visit:\n# Frontend: http://localhost:3000\n# Backend: http://localhost:3001\n```\n\n## 🌐 **Option 2: Online IDE (Gitpod/GitHub Codespaces)**\n\n### Using Gitpod:\n1. Push code to GitHub\n2. Open https://gitpod.io/#https://github.com/your-username/hm-erp\n3. Wait for environment to load\n4. Run: `npm run docker:up`\n\n### Using GitHub Codespaces:\n1. Push code to GitHub\n2. Go to your repo on GitHub\n3. Click \"Code\" → \"Codespaces\" → \"Create codespace\"\n4. Run: `npm run docker:up`\n\n## 🔧 **Option 3: Railway.app (Quick Deploy)**\n\n1. Fork this repository on GitHub\n2. Go to [railway.app](https://railway.app)\n3. Click \"New Project\" → \"Deploy from GitHub repo\"\n4. Select your forked repository\n5. Railway will automatically detect the services\n6. Configure environment variables\n7. Deploy!\n\n## ⚡ **Option 4: Render.com (Free Tier)**\n\n1. Push code to GitHub\n2. Go to [render.com](https://render.com)\n3. Click \"New\" → \"Web Service\"\n4. Connect your GitHub repo\n5. Configure:\n   - Build Command: `npm install \u0026\u0026 cd backend \u0026\u0026 npm install`\n   - Start Command: `cd backend \u0026\u0026 npm start`\n   - Environment variables from `.env.example`\n\n## 🐳 **Option 5: Play with Docker (One-Liner)**\n\nIf you have Docker installed, run this single command:\n\n```bash\ncurl -sSL https://raw.githubusercontent.com/your-username/hm-erp/main/docker-compose.yml | docker-compose up\n```\n\n## 📱 **What You Can Test Online**\n\n### 🔐 **Authentication**\n- User registration and login\n- Role-based access control\n- Profile management\n- Password changes\n\n### 📋 **Order Management**\n- Create custom orders from vendors\n- Order approval workflow\n- Order status tracking\n- Order search and filtering\n\n### 🏭 **Production Management**\n- Production dashboard with real-time stats\n- Task assignment and tracking\n- Worker productivity metrics\n- Multi-stage production workflow\n\n### 📦 **Material Management**\n- Material inventory tracking\n- Low stock alerts\n- Stock level updates\n- Material consumption tracking\n\n### 🛒 **Point of Sale**\n- Complete POS interface\n- Product search and barcode scanning\n- Shopping cart management\n- Multiple payment methods\n- Receipt generation\n\n### 📊 **Inventory Management**\n- Multi-location inventory tracking\n- Stock transfers between locations\n- Real-time inventory updates\n- Inventory valuation\n\n## 🎯 **Demo Users for Quick Testing**\n\n### Admin Account\n- **Email**: admin@hmerp.com\n- **Password**: Admin123!\n- **Access**: All system features\n\n### Store Manager\n- **Email**: manager@hmerp.com\n- **Password**: Manager123!\n- **Access**: Store operations, inventory, sales\n\n### Cashier\n- **Email**: cashier@hmerp.com\n- **Password**: Cashier123!\n- **Access**: POS operations, basic reports\n\n## 🔗 **Quick Access Links**\n\nOnce deployed, you'll have access to:\n- **Main Dashboard**: Overview of all operations\n- **Order Management**: Handle vendor orders\n- **Production**: Track manufacturing workflow\n- **Materials**: Manage raw materials\n- **POS**: Process customer sales\n- **Inventory**: Multi-location stock management\n- **Reports**: Analytics and insights\n\n## ⚡ **Performance Expectations**\n\nThe system is designed to handle:\n- ✅ 100+ concurrent users per store\n- ✅ Real-time inventory updates\n- ✅ Multi-location operations\n- ✅ Mobile-responsive design\n- ✅ Complete business workflow\n\n## 🎉 **What Makes This Special**\n\nThis is a **complete manufacturing + retail ERP** that handles:\n- 🏪 **Custom order intake** from vendors\n- 🔨 **Multi-stage production tracking**\n- 📦 **Material and inventory management**\n- 🏬 **Multi-store POS operations**\n- 📊 **Real-time analytics**\n- 🔐 **Role-based permissions**\n\nIt's essentially a mini-SAP/Oracle system built for manufacturing businesses that sell through multiple retail locations!\n\n---\n\n**Choose the option above that works best for you. Docker Compose (Option 1) is usually the fastest way to get everything running locally!** 🚀","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiritocode1%2Fgei","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiritocode1%2Fgei","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiritocode1%2Fgei/lists"}