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-managementfolder - run
npm installto install server dependencies - cd into
clientfolder - run
npm installto install client dependencies - go to the root directory. ie
Human-Resource-managementfolder - run
npm run devto 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)