One stop software to manage your employees
- Login/Register feature
- Integrated Payroll system
- Add, Edit, Delete employees
- Search and filter employees
- Apply for leaves, loans, bonus
- Manage your tickets all at one place
- Cool admin dashboard with statistics
- Add reminders directly to your google calender!
- clone this repository
- cd into
Human-Resource-management
folder - run
npm install
to install server dependencies - cd into
client
folder - run
npm install
to install client dependencies - go to the root directory. ie
Human-Resource-management
folder - run
npm run dev
to run the client and server concurrently
.env
file will be needed which contains API KEYS for various purposes. Following keys have been used:
- ATLAS_URI: (for connecting to the mongo db atlas database)
- JWT_SECRET: (for loggin in user)
- REACT_APP_NEWS: (for fetching news
https://gnewsapi.net
) - GMAIL: (for sending email to the admin)