{"id":49598702,"url":"https://github.com/swapnilshinde1101/erp","last_synced_at":"2026-05-04T07:32:06.874Z","repository":{"id":289729223,"uuid":"971327436","full_name":"swapnilshinde1101/ERP","owner":"swapnilshinde1101","description":"Role-based ERP system backend using Spring Boot, MySQL, JWT, and RESTful APIs.","archived":false,"fork":false,"pushed_at":"2025-05-29T17:01:07.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Sub-branche","last_synced_at":"2025-05-29T18:38:55.742Z","etag":null,"topics":["admin-panel","backend","backend-java","hr-management","java","rest-api","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/swapnilshinde1101.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-04-23T11:01:36.000Z","updated_at":"2025-05-29T17:01:10.000Z","dependencies_parsed_at":"2025-05-29T18:18:51.535Z","dependency_job_id":"7ae769c1-7f09-4209-854c-017aa6336714","html_url":"https://github.com/swapnilshinde1101/ERP","commit_stats":null,"previous_names":["swapnilshinde1101/erp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/swapnilshinde1101/ERP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnilshinde1101%2FERP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnilshinde1101%2FERP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnilshinde1101%2FERP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnilshinde1101%2FERP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swapnilshinde1101","download_url":"https://codeload.github.com/swapnilshinde1101/ERP/tar.gz/refs/heads/Sub-branche","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnilshinde1101%2FERP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32598956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["admin-panel","backend","backend-java","hr-management","java","rest-api","spring-boot"],"created_at":"2026-05-04T07:32:01.770Z","updated_at":"2026-05-04T07:32:06.859Z","avatar_url":"https://github.com/swapnilshinde1101.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ERP System (Spring Boot Backend)\n\nThis is the **backend** of a role-based ERP (Enterprise Resource Planning) system developed using **Spring Boot** and **MySQL**. The system supports modules like **Admin**, **HR**, **Finance**, and **Inventory**, with secure JWT authentication and role-based access control.\n\n## Features\n\n### 1. **Authentication \u0026 Security**\n- JWT-based login and signup\n- Role-based access control (Admin, HR, Finance, Inventory)\n- Password encryption using Spring Security\n\n### 2. **Admin Module**\n- Create/Edit/Delete users\n- Assign roles (HR, Finance, Inventory)\n- Activate/Deactivate users\n- Reset user passwords\n- View user roles and permissions\n\n### 3. **Department Management**\n- Create/Edit/Delete departments\n- Assign users to departments\n- Department-wise user listing\n\n### 4. **HR Module**\n- Employee CRUD operations\n- Leave Management (Request/Approve/Reject)\n- Attendance Management with enum statuses:\n  - PRESENT\n  - ABSENT\n  - LEAVE\n  - NOT_MARKED\n- Auto-leave attendance update\n- Employee performance and payroll management\n\n### 5. **Inventory Module**\n- Product stock management\n- Purchase order tracking\n\n### 6. **Finance Module**\n- Salary and payroll processing\n- Financial reporting (planned)\n\n## Technologies Used\n- Java 17+\n- Spring Boot\n- Spring Security\n- Spring Data JPA\n- MySQL\n- JWT (Authentication)\n- Lombok\n- Maven\n\n## Folder Structure\n\nsrc/ ├── config/          → Security \u0026 JWT configuration\n├── controller/      → REST API controllers\n├── dto/             → Data Transfer Objects\n├── entity/          → JPA Entities\n├── repository/      → Spring Data Repositories\n├── request/         → Incoming request models\n├── response/        → API responses\n├── service/         → Business logic\n└── service/impl/    → Service implementations\n\n## Getting Started\n\n### Prerequisites\n- Java 17+\n- MySQL\n- Maven\n\n### Setup\n1. Clone the repo:\n   ```bash\n   git clone https://github.com/swapnilshinde1101/ERP.git\n ```\n2. Create a MySQL database:\n\n   CREATE DATABASE erp_system;\n\n\n3. Configure DB credentials in application.properties.\n\n4. Run the Spring Boot application:\n\n   mvn spring-boot:run\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswapnilshinde1101%2Ferp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswapnilshinde1101%2Ferp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswapnilshinde1101%2Ferp/lists"}