{"id":21920184,"url":"https://github.com/nthings/homeblinds-facturacion","last_synced_at":"2026-04-12T05:31:02.991Z","repository":{"id":43451817,"uuid":"108566558","full_name":"nthings/homeblinds-facturacion","owner":"nthings","description":"Facturacion para un negocio local","archived":false,"fork":false,"pushed_at":"2026-02-14T20:56:14.000Z","size":3536,"stargazers_count":0,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-15T02:55:36.175Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://facturacionhomeblinds.herokuapp.com","language":"CSS","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/nthings.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-10-27T16:03:49.000Z","updated_at":"2026-02-14T18:32:49.000Z","dependencies_parsed_at":"2023-02-09T00:32:16.699Z","dependency_job_id":"72e7398a-1f69-4e75-b8ab-9bc3dfa8e544","html_url":"https://github.com/nthings/homeblinds-facturacion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nthings/homeblinds-facturacion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthings%2Fhomeblinds-facturacion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthings%2Fhomeblinds-facturacion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthings%2Fhomeblinds-facturacion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthings%2Fhomeblinds-facturacion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nthings","download_url":"https://codeload.github.com/nthings/homeblinds-facturacion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nthings%2Fhomeblinds-facturacion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31705574,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T05:11:36.334Z","status":"ssl_error","status_checked_at":"2026-04-12T05:11:27.332Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-28T20:13:33.964Z","updated_at":"2026-04-12T05:31:02.984Z","avatar_url":"https://github.com/nthings.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homeblinds Facturacion\nFacturación para negocio de persianas\n\n## ⚡ Tech Stack\n\n- **Frontend**: Angular 19.2 (**ALL XSS vulnerabilities FIXED**)\n- **Backend**: Express.js with TypeScript\n- **Database**: MongoDB with Mongoose 8\n- **Authentication**: JWT (JSON Web Tokens)\n- **UI Framework**: Bootstrap 3, Angular Material 19\n- **Styling**: Dart Sass (pure JavaScript, no native compilation)\n- **Invoice API**: [FacturAPI](https://github.com/FacturAPI/facturapi-node)\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Node.js 24.x\n- MongoDB (local or MongoDB Atlas)\n- npm or yarn\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone \u003crepository-url\u003e\ncd homeblinds-facturacion\n\n# Install dependencies\nnpm install\n\n# Set environment variables\nexport MONGODB_URI=mongodb://localhost:27017/homeblinds\nexport SESSION_SECRET=your-secret-key-here\nexport API_KEY=your-facturapi-key-here\n\n# Run in development mode\nnpm run dev\n```\n\n### Available Scripts\n\n- `npm run dev` - Run development mode with hot reload\n- `npm run build` - Build for production\n- `npm start` - Start production server\n- `npm test` - Run tests\n- `npm run lint` - Lint code\n\n## 🔐 Security\n\n✅ **ALL CRITICAL VULNERABILITIES FIXED**\n\nSee [SECURITY.md](./SECURITY.md) for complete security information.\n\n## 📚 Documentation\n\n- [Vercel Deployment Guide](./VERCEL_DEPLOYMENT.md)\n- [Security Report](./SECURITY.md) - All XSS vulnerabilities fixed!\n- [Upgrade Summary](./UPGRADE_SUMMARY.md)\n- [node-sass to Dart Sass Migration](./NODE_SASS_MIGRATION.md)\n- [Express Static Serving for Vercel](./EXPRESS_STATIC_MIGRATION.md)\n\n## 🛠️ Recent Updates (February 2026)\n\n- ✅ **Upgraded Angular from v4 to v19** (ALL XSS VULNERABILITIES FIXED)\n- ✅ Updated TypeScript from v3.9 to v5.5\n- ✅ Migrated RxJS operators to v7 pipe syntax\n- ✅ **Migrated from node-sass to Dart Sass** (Vercel compatible, no Python required)\n- ✅ **Adapted Express for Vercel static serving** (public/ directory, no express.static())\n- ✅ Updated all server dependencies\n- ✅ Added Vercel deployment configuration\n- ✅ Fixed all security vulnerabilities\n- ✅ Modernized build configuration\n\n## 🤝 Contributing\n\nBuilt thanks to [FacturAPI](https://github.com/FacturAPI/facturapi-node)\n\n## 📝 License\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnthings%2Fhomeblinds-facturacion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnthings%2Fhomeblinds-facturacion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnthings%2Fhomeblinds-facturacion/lists"}