{"id":28801144,"url":"https://github.com/nwalazaro/payroll-module","last_synced_at":"2026-04-29T19:33:11.746Z","repository":{"id":299721836,"uuid":"1003985605","full_name":"nwAlazaro/payroll-module","owner":"nwAlazaro","description":"Backend payroll calculation module built in .NET Core. Calculates net salary from base salary, bonus, and tax rate. Simulated project based on real-world enterprise development.","archived":false,"fork":false,"pushed_at":"2025-06-18T00:23:18.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-18T01:29:18.971Z","etag":null,"topics":["api","api-restful","backend","clean-architecture","csharp","dotnet","financial-systems","payroll"],"latest_commit_sha":null,"homepage":"","language":"C#","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/nwAlazaro.png","metadata":{"files":{"readme":"README.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}},"created_at":"2025-06-18T00:20:32.000Z","updated_at":"2025-06-18T00:29:09.000Z","dependencies_parsed_at":"2025-06-18T01:39:26.678Z","dependency_job_id":null,"html_url":"https://github.com/nwAlazaro/payroll-module","commit_stats":null,"previous_names":["nwalazaro/payroll-module"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nwAlazaro/payroll-module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwAlazaro%2Fpayroll-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwAlazaro%2Fpayroll-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwAlazaro%2Fpayroll-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwAlazaro%2Fpayroll-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nwAlazaro","download_url":"https://codeload.github.com/nwAlazaro/payroll-module/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwAlazaro%2Fpayroll-module/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260507004,"owners_count":23019455,"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":["api","api-restful","backend","clean-architecture","csharp","dotnet","financial-systems","payroll"],"created_at":"2025-06-18T07:07:07.138Z","updated_at":"2026-04-29T19:33:11.741Z","avatar_url":"https://github.com/nwAlazaro.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Payroll Module (Simulated Project)\n\nThis is a backend module for calculating employee payroll in a simulated HR or financial system.  \nIt was built using ASP.NET Core and follows clean code and SOLID principles.\n\n## 📌 Features\n\n- Calculates net payroll based on base salary, bonus, and tax rate.\n- Exposes a REST API endpoint for payroll calculation.\n- Organized into Models, Controllers, and Services using dependency injection.\n- Easy to extend and integrate into larger systems.\n\n## 🛠️ Technologies Used\n\n- .NET Core\n- C#\n- ASP.NET Web API\n- Dependency Injection\n- Entity Framework Core (placeholder for DB)\n- Swagger (suggested for API testing)\n\n## 📁 Project Structure\n\n```\nPayrollModule/\n├── Controllers/\n│   └── PayrollController.cs\n├── Models/\n│   └── Employee.cs\n├── Services/\n│   └── PayrollService.cs\n```\n\n## 🚀 How to Run (Conceptual Example)\n\n1. Clone the repository\n2. Add to a new ASP.NET Core Web API project\n3. Register `IPayrollService` and `PayrollService` in `Startup.cs`\n4. Use Swagger or Postman to test the endpoint:\n   ```\n   POST /api/payroll/calculate\n   {\n       \"name\": \"Alice\",\n       \"baseSalary\": 3000,\n       \"bonus\": 500,\n       \"taxRate\": 0.15\n   }\n   ```\n\n## 📄 Note\n\nThis is a simulated project created for portfolio demonstration purposes. It does not contain business-sensitive or proprietary code.\n\n---\n\nCreated by Anderson Enrique Lázaro Moreno  \nBarcelona, Spain\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwalazaro%2Fpayroll-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnwalazaro%2Fpayroll-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwalazaro%2Fpayroll-module/lists"}