HRMS
The HRM system (an industrial project) focuses on enhancing HR processes, including employee management, payroll, attendance, and leave management. Built using the MERN stack, it provides a user-friendly interface and efficient data handling to streamline HR tasks.
Install / Use
/learn @Amara253/HRMSREADME
HRM System
Overview
This repository contains an HRM (Human Resource Management) system designed as an industrial project. The system focuses on enhancing HR processes, including employee management, payroll, attendance, and leave management. Built using the MERN stack, it provides a user-friendly interface and efficient data handling to streamline HR tasks.
Features
- Employee Management: Add, edit, and view employee profiles.
- Payroll Management: Manage salary information and generate pay slips.
- Attendance Tracking: Monitor and record employee attendance.
- Leave Management: Process leave requests and manage leave types.
- Resource Allocation: Optimize workforce deployment.
Technologies Used
- MERN Stack:
- MongoDB: For scalable database management.
- Express.js: Server-side framework for building APIs.
- React: Front-end library for a dynamic user interface.
- Node.js: Backend runtime environment for server logic.
Requirements
Software
- JavaScript: Primary programming language.
- React.js, Node.js, Express.js: Development frameworks.
- MongoDB: Database management system.
Hardware
- Device: Computer or laptop.
- Internet: Fast and reliable access.
Installation
- Clone the repository.
- Install dependencies using
npm install. - Set up your MongoDB database.
- Start the development server with
npm start.
