{"id":22850034,"url":"https://github.com/souvikdas040/employee-ms","last_synced_at":"2026-04-10T01:05:18.267Z","repository":{"id":265119617,"uuid":"895195080","full_name":"Souvikdas040/employee-ms","owner":"Souvikdas040","description":"A sophisticated web program called the Employee Management System (EMS) was created to manage and expedite an organization's administrative requirements. The platform offers role-based features, such as administrator and employee-specific modules. By facilitating the smooth administration of staff data, departments, leave requests, and salaries, th","archived":false,"fork":false,"pushed_at":"2024-11-30T15:57:44.000Z","size":1963,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T10:53:18.320Z","etag":null,"topics":["components","javascript","mern-stack-development","mongodb","mongoose-schema","react-components","react-router","react-router-dom","reactjs","responsive","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Souvikdas040.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}},"created_at":"2024-11-27T18:24:24.000Z","updated_at":"2024-11-30T15:57:48.000Z","dependencies_parsed_at":"2025-02-06T10:43:01.840Z","dependency_job_id":"553b1d3f-e5fd-434e-a7ef-520d90d1e70a","html_url":"https://github.com/Souvikdas040/employee-ms","commit_stats":null,"previous_names":["souvikdas040/employee-ms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Souvikdas040%2Femployee-ms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Souvikdas040%2Femployee-ms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Souvikdas040%2Femployee-ms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Souvikdas040%2Femployee-ms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Souvikdas040","download_url":"https://codeload.github.com/Souvikdas040/employee-ms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246426985,"owners_count":20775486,"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":["components","javascript","mern-stack-development","mongodb","mongoose-schema","react-components","react-router","react-router-dom","reactjs","responsive","tailwindcss"],"created_at":"2024-12-13T05:06:11.580Z","updated_at":"2025-12-30T23:15:47.838Z","avatar_url":"https://github.com/Souvikdas040.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Employee Management System (Employee MS)\n\n## Overview\nThe Employee Management System (Employee MS) is a web application designed to streamline and manage employee-related operations for an organization. This project uses the MERN stack (MongoDB, Express.js, React.js, Node.js) for its development, ensuring a robust, scalable, and user-friendly experience.\n\n---\n\n## Features\n\n### **Implemented Features**\n1. **Dashboard**\n   - Provides a quick overview of organizational metrics.\n   - Displays key data summaries such as total employees, departments, and pending tasks.\n\n2. **Employee Management**\n   - Add, view, update, and delete employee details.\n   - Manage employee profiles, roles, and assignments.\n\n3. **Department Management**\n   - Create, view, and manage departments.\n   - Assign employees to specific departments.\n\n4. **Leave Management**\n   - View individual employee leave records.\n   - Navigate to a detailed leave application and approval section (coming soon).\n\n5. **Salary Management**\n   - Add and view employee salary records.\n   - Maintain logs for past salary disbursements.\n\n### **Upcoming Features**\n1. **Admin Settings**\n   - A dedicated section to manage system configurations.\n   - Options to configure user roles, permissions, and global settings.\n\n2. **Leave Application**\n   - A user-friendly form for employees to submit leave requests.\n   - Admin functionality for reviewing, approving, or rejecting leave applications.\n\n---\n\n## Technologies Used\n\n### Frontend\n- **React.js**: For building the user interface and handling dynamic state management.\n- **React Router**: For seamless navigation between pages.\n- **Tailwind CSS**: For responsive and modern UI design.\n- **React Icons**: For intuitive and visually appealing icons.\n\n### Backend\n- **Node.js**: For server-side scripting and handling API requests.\n- **Express.js**: For routing and middleware.\n- **MongoDB**: As the database to store employee, department, and salary records.\n- **Mongoose**: For object data modeling (ODM) in MongoDB.\n\n### Additional Tools\n- **Vite**: For faster build times and efficient development.\n- **Git \u0026 GitHub**: For version control and collaborative development.\n\n---\n\n## Folder Structure\n```plaintext\nfrontend/\n  |-- src/\n  |    |-- components/\n  |    |   |-- dashboard/\n  |    |   |   |-- AdminSidebar.jsx\n  |    |   |   |-- AdminSummary.jsx\n  |    |   |   |-- Navbar.jsx\n  |    |   |   |-- SummaryCard.jsx\n  |    |   |-- departments/\n  |    |   |   |-- AddDepartment.jsx\n  |    |   |   |-- DepartmentList.jsx\n  |    |   |   |-- EditDepartment.jsx\n  |    |   |-- employee/\n  |    |   |   |-- Add.jsx\n  |    |   |   |-- Edit.jsx\n  |    |   |   |-- List.jsx\n  |    |   |   |-- View.jsx\n  |    |   |-- EmployeeDashboard/\n  |    |   |   |-- Setting.jsx\n  |    |   |   |-- Sidebar.jsx\n  |    |   |   |-- Summary.jsx\n  |    |   |-- leave/\n  |    |   |   |-- Add.jsx\n  |    |   |   |-- List.jsx\n  |    |   |   |-- Table.jsx\n  |    |   |-- salary/\n  |    |       |-- Add.jsx\n  |    |       |-- View.jsx\n  |    |-- context/\n  |    |   |-- authContext.jsx\n  |    |-- pages/\n  |    |   |-- AdminDashboard.jsx\n  |    |   |-- EmployeeDashboard.jsx\n  |    |   |-- Login.jsx\n  |    |-- utils/\n  |        |-- DepartmentHelper.jsx\n  |        |-- EmployeeHelper.jsx\n  |        |-- PrivateRoutes.jsx\n  |        |-- RoleBaseRoutes.jsx\n  |    App.jsx\nserver/\n  |-- controllers/\n  |    |-- authController.js\n  |    |-- dashboardController.js\n  |    |-- departmentController.js\n  |    |-- employeeController.js\n  |    |-- leaveController.js\n  |    |-- salaryController.js\n  |    |-- settingController.js\n  |-- db/\n  |    |-- db.js\n  |-- middleware/\n  |    |-- authMiddleware.js\n  |-- models/\n  |    |-- Department.js\n  |    |-- Employee.js\n  |    |-- Leave.js\n  |    |-- Salary.js\n  |    |-- User.js\n  |-- public/\n  |    |-- uploads/\n  |-- routes/\n  |    |-- auth.js\n  |    |-- dashboard.js\n  |    |-- department.js\n  |    |-- employee.js\n  |    |-- leave.js\n  |    |-- salary.js\n  |    |-- seeting.js\n  |.env\n  |index.js\n  |userSeed.js\n```\n\n---\n\n## How to Run the Project\n\n### Prerequisites\n- Node.js installed on your system.\n- MongoDB installed locally or have access to a MongoDB Atlas cluster.\n\n### Steps\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Souvikdas040/employee-ms.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd employee-ms\n   ```\n3. Install dependencies for both backend and frontend:\n   ```bash\n   cd server\n   npm install\n   cd ../frontend\n   npm install\n   ```\n4. Set up environment variables for backend (e.g., `PORT`, `MONGO_URI`).\n5. Start the backend server:\n   ```bash\n   cd server\n   npm start\n   ```\n6. Start the frontend development server:\n   ```bash\n   cd frontend\n   npm run dev\n   ```\n7. Open the application in your browser at [http://localhost:5173](http://localhost:5173).\n\n---\n\n## Contribution Guidelines\nWe welcome contributions from the community. Here’s how you can help:\n1. Fork the repository and create a new branch for your feature or bug fix.\n2. Commit your changes and open a pull request.\n3. Ensure your code adheres to the project’s coding standards and is well-documented.\n\n---\n\n## Future Scope\n- Implementation of **Admin Settings** for enhanced configurability.\n- Development of a comprehensive **Leave Application System** with admin review capabilities.\n- Integration of notifications and email alerts for critical updates.\n- Advanced analytics and reporting for better decision-making.\n\n---\n\n## License\nThis project is licensed under the MIT License. Feel free to use, modify, and distribute this application.\n\n---\n\n## Contact\nFor any queries or suggestions, please contact:\n- **Developer**: Souvik Das\n- **Email**: [souvikdas.aec@gmail.com](mailto:souvikdas.aec@gmail.com)\n- **GitHub**: [[github.com/Souvikdas040](https://github.com/Souvikdas040)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsouvikdas040%2Femployee-ms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsouvikdas040%2Femployee-ms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsouvikdas040%2Femployee-ms/lists"}