{"id":50312712,"url":"https://github.com/maruf-pfc/erp-system","last_synced_at":"2026-05-28T22:02:13.544Z","repository":{"id":350183236,"uuid":"1042001389","full_name":"maruf-pfc/erp-system","owner":"maruf-pfc","description":"Mini ERP System","archived":false,"fork":false,"pushed_at":"2026-04-09T08:54:25.000Z","size":316,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-09T09:24:30.501Z","etag":null,"topics":["erp-application","erp-software","mini-erp-system"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maruf-pfc.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":"2025-08-21T10:33:01.000Z","updated_at":"2026-04-09T08:54:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/maruf-pfc/erp-system","commit_stats":null,"previous_names":["maruf-pfc/erp-system"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/maruf-pfc/erp-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruf-pfc%2Ferp-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruf-pfc%2Ferp-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruf-pfc%2Ferp-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruf-pfc%2Ferp-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maruf-pfc","download_url":"https://codeload.github.com/maruf-pfc/erp-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maruf-pfc%2Ferp-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33627948,"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-05-28T02:00:06.440Z","response_time":99,"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":["erp-application","erp-software","mini-erp-system"],"created_at":"2026-05-28T22:02:11.008Z","updated_at":"2026-05-28T22:02:13.536Z","avatar_url":"https://github.com/maruf-pfc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ERP System\n\nA full-stack, modular Enterprise Resource Planning (ERP) system built with .NET 10 and Next.js 15. Designed as a production-grade portfolio project demonstrating clean architecture, CQRS, domain-driven design, and modern DevOps practices.\n\n## Tech Stack\n\n### Backend\n\n- .NET 10 / ASP.NET Core Web API\n- PostgreSQL 16 + Entity Framework Core\n- Redis (Caching)\n- MediatR (CQRS)\n- FluentValidation\n- AutoMapper\n- Serilog (Structured Logging)\n- JWT Authentication + RBAC\n- Docker + Docker Compose\n- xUnit + Moq + FluentAssertions\n\n### Frontend\n\n- Next.js 15 (App Router)\n- TypeScript\n- Tailwind CSS + shadcn/ui\n- Zustand (State Management)\n- Axios\n\n## Modules\n\n| Module      | Description                              | Status         |\n| ----------- | ---------------------------------------- | -------------- |\n| HR          | Employee management, payroll, attendance | 🚧 In Progress |\n| Finance     | Invoices, transactions, budgeting        | 📋 Planned     |\n| Inventory   | Products, stock, warehouse               | 📋 Planned     |\n| CRM         | Customers, leads, sales pipeline         | 📋 Planned     |\n| Procurement | Purchase orders, suppliers               | 📋 Planned     |\n\n## Project Structure\n\n```txt\n\nerp-system/\n├── client/ # Next.js frontend\n├── server/ # .NET backend\n│ └── ERP/\n│ ├── src/\n│ │ ├── ERP.API\n│ │ ├── ERP.Application\n│ │ ├── ERP.Domain\n│ │ └── ERP.Infrastructure\n│ ├── tests/\n│ │ └── ERP.UnitTests\n│ └── docs/\n├── docker/ # Docker Compose files\n├── scripts/ # Utility scripts\n└── .github/ # CI/CD workflows\n\n```\n\n## Getting Started\n\n### Prerequisites\n\n- .NET 10 SDK\n- Node.js 20+\n- Docker Desktop\n- PostgreSQL 16 (or use Docker)\n\n### 1. Clone the repo\n\n```bash\ngit clone https://github.com/yourusername/erp-system.git\ncd erp-system\n```\n\n### 2. Start infrastructure\n\n```bash\ndocker compose -f docker/docker-compose.yml up -d\n```\n\n### 3. Run the backend\n\n```bash\ncd server/ERP\ndotnet restore\ndotnet run --project src/ERP.API\n```\n\n### 4. Run the frontend\n\n```bash\ncd client\npnpm install\npnpm dev\n```\n\n## API Documentation\n\nSwagger UI available at: `https://localhost:5001/swagger`\n\n## Documentation\n\n- [Architecture](server/ERP/docs/architecture.md)\n- [Database Schema](server/ERP/docs/db-schema.md)\n- [API Contracts](server/ERP/docs/api-contracts.md)\n\n## Git Workflow\n\n- `main` → production only\n- `develop` → integration branch\n- `feature/*` → active development\n\n## License\n\nApache License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaruf-pfc%2Ferp-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaruf-pfc%2Ferp-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaruf-pfc%2Ferp-system/lists"}