{"id":24087175,"url":"https://github.com/matin676/employee_managment_system","last_synced_at":"2026-04-12T03:32:45.896Z","repository":{"id":134810773,"uuid":"609932698","full_name":"matin676/Employee_managment_system","owner":"matin676","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-21T10:38:19.000Z","size":2030,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-22T02:03:22.029Z","etag":null,"topics":["angular","spring-boot","typescript"],"latest_commit_sha":null,"homepage":"","language":"Java","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/matin676.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":"2023-03-05T17:05:30.000Z","updated_at":"2026-03-21T10:38:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/matin676/Employee_managment_system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matin676/Employee_managment_system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matin676%2FEmployee_managment_system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matin676%2FEmployee_managment_system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matin676%2FEmployee_managment_system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matin676%2FEmployee_managment_system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matin676","download_url":"https://codeload.github.com/matin676/Employee_managment_system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matin676%2FEmployee_managment_system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31703498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","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":["angular","spring-boot","typescript"],"created_at":"2025-01-10T03:02:48.678Z","updated_at":"2026-04-12T03:32:45.890Z","avatar_url":"https://github.com/matin676.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Employee Management System (EMS)\n\nA comprehensive, full-stack Employee Management System designed involves automating HR processes, tracking attendance, managing projects, and streamlining admin workflows.\n\n## 🚀 Features\n\n- **Role-Based Access Control (RBAC)**: Secure separation between Admin and Employee portals.\n- **Dashboard**: Interactive charts, quick actions, and real-time statistics.\n- **Employee Management**: CRUD operations for employee profiles, departments, and roles.\n- **Attendance Tracking**:\n  - Daily Clock In/Out with status tracking (Present, Late, Half-Day).\n  - Admin override capabilities.\n- **Leave Management**:\n  - Employee leave application portal.\n  - Admin approval workflow with historical records.\n- **Project Management**:\n  - Assign projects to employees with due dates and priorities.\n  - Status tracking (In Progress, Completed).\n- **Payroll System**:\n  - Dynamic salary calculation based on attendance and allowances.\n  - Monthly payroll generation and history.\n- **Calendar Integration**:\n  - Visual monthly calendar displaying leaves, holidays, and project deadlines.\n- **Announcements**: Organization-wide notices and updates.\n\n## 🛠️ Technology Stack\n\n### Frontend\n\n- **Framework**: [Angular 19](https://angular.io/) (Standalone Components, Signals)\n- **Styling**: [Tailwind CSS 3](https://tailwindcss.com/)\n- **Icons**: Heroicons (SVG)\n\n### Backend\n\n- **Framework**: [Spring Boot 3.4](https://spring.io/projects/spring-boot)\n- **Language**: Java 22\n- **Database**: PostgreSQL\n- **ORM**: Hibernate / Spring Data JPA\n- **Security**: Spring Security + JWT Authentication\n\n## 📦 Getting Started\n\n### Prerequisites\n\n- Node.js 18+\n- JDK 17+\n- Maven 3.8+\n- PostgreSQL or MySQL Database\n\n### Installation\n\n1.  **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/matin676/Employee_managment_system.git\n    cd Employee_managment_system\n    ```\n\n2.  **Backend Setup:**\n    - Navigate to `ems-backend`.\n    - Copy `env.properties.example` to `env.properties` and fill in your database and JWT secrets.\n    - Run the application:\n      ```bash\n      mvn spring-boot:run\n      ```\n\n3.  **Frontend Setup:**\n    - Navigate to `ems-frontend`.\n    - Install dependencies:\n      ```bash\n      npm install\n      ```\n    - Run the development server:\n      ```bash\n      npm start\n      ```\n    - Open `http://localhost:4200`.\n\n## 🏗️ Production Build\n\n**Frontend:**\n\n```bash\ncd ems-frontend\nnpm run build\n# Output will be in dist/ems-frontend\n```\n\n**Backend:**\n\n```bash\ncd ems-backend\nmvn clean package -DskipTests\n# Output will be ems-backend-0.0.1-SNAPSHOT.jar in target/\n```\n\n## 📄 License\n\nPrivate Organization Use. All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatin676%2Femployee_managment_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatin676%2Femployee_managment_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatin676%2Femployee_managment_system/lists"}