{"id":18571832,"url":"https://github.com/deepak9011/employee-management-system","last_synced_at":"2026-04-11T19:02:28.365Z","repository":{"id":258658864,"uuid":"872398705","full_name":"Deepak9011/Employee-Management-System","owner":"Deepak9011","description":" Developed a Spring Boot-based Employee Management System for efficient organization-wide management of employees, departments, branches, and user roles.","archived":false,"fork":false,"pushed_at":"2024-11-06T15:30:23.000Z","size":10634,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:19:51.255Z","etag":null,"topics":["css","html5","jar","java","javascript","management","maven","project-management","spring","spring-boot","spring-data-jpa","spring-mvc","spring-security"],"latest_commit_sha":null,"homepage":"https://employ.deepakagrawal.xyz/home","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/Deepak9011.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":"2024-10-14T11:20:32.000Z","updated_at":"2024-10-28T18:25:14.000Z","dependencies_parsed_at":"2025-05-15T22:43:17.374Z","dependency_job_id":null,"html_url":"https://github.com/Deepak9011/Employee-Management-System","commit_stats":null,"previous_names":["deepak9011/employee-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Deepak9011/Employee-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepak9011%2FEmployee-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepak9011%2FEmployee-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepak9011%2FEmployee-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepak9011%2FEmployee-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Deepak9011","download_url":"https://codeload.github.com/Deepak9011/Employee-Management-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deepak9011%2FEmployee-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31691503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["css","html5","jar","java","javascript","management","maven","project-management","spring","spring-boot","spring-data-jpa","spring-mvc","spring-security"],"created_at":"2024-11-06T23:03:55.239Z","updated_at":"2026-04-11T19:02:28.342Z","avatar_url":"https://github.com/Deepak9011.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot Employee Management System\n\n## Overview\nThe **Employee Management System** is built using Spring Boot to manage employees, departments, branches, and user roles. This system allows administrators and users to perform various employee-related operations and manage the organization efficiently.\n\n## Key Features\n- **Employee Management:**\n  - View all employees.\n  - Add a new employee.\n  - Edit employee information.\n  - Delete employees.\n  - View detailed information about an employee.\n  - Download a PDF of all employees from the top-right corner.\n\n- **Department and Branch Management:**\n  - Add and manage departments.\n  - Add and manage branch lists.\n\n- **User Authentication and Profile:**\n  - User login and logout features.\n  - View and update profile information.\n\n- **Employee Dashboard:**\n  - A dedicated employee dashboard to quickly access key features and data.\n\n- **Admin Contact:**\n  - A feature to directly contact the admin for queries or issues.\n\n## Download Link\nTo explore the project code, download it from the following link:\n[Spring Boot Employee Management System](https://github.com/Ashaxn/Spring-Boot-Employee-Management-System)\n\n## Live Server Access\nYou can access the live version of the Employee Management System with the following credentials:\n\n- **URL:** [Live Server URL]\n- **End User Login:**\n  - **Username:** admin\n  - **Password:** admin\n\nFeel free to test the functionalities using these credentials.\n\n## User Roles\nFor a detailed understanding of user roles and the table structure, watch the video tutorial below (specifically the roles table creation part):\n[Watch Video](https://www.youtube.com/watch?v=i21h6ThUiWc\u0026ab_channel=CodeJava)\n\n## Database Setup\n### Step 1: Create the Database\n1. Create a database called `employee_management_sytem`.\n2. Run the program, and necessary tables will be generated automatically.\n\n### Step 2: Setup Roles and Users Tables\n1. **Create `users` table** with the following structure:\n   _Details provided in the project code or video._\n   \n2. **Create `roles` table** with the structure outlined in the video.\n\n3. **Create and set up `user_roles` table** to map users to their respective roles.\n\n### Step 3: Generate Encrypted Passwords\nTo ensure password security, generate encrypted passwords using the provided test code. Paste the encrypted passwords into the `users` table under the password section.\n\n## Email Settings\nTo enable email notifications, follow the steps below:\n1. Set up a user account email address and password.\n2. Configure the admin email address in the application settings.\n\n## Author\nDeepak Agrawal\n\n\n\n# Employee Management System\n\nYouTube - https://www.youtube.com/watch?v=5bXyXkUlNuc\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepak9011%2Femployee-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepak9011%2Femployee-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepak9011%2Femployee-management-system/lists"}