It's a web application which is developed in django framework with the help of reactjs. It helps hr to maintain employees data properly like salary, leaves, attendance, etc.
- Download/clone repo.
- Install pipenv using pip install pipenv.
- Install dependancies using pipenv install Pipfile.
- Run Django app using python manage.py runserver.
- Install React dependencies with npm install.
- Run React app with npm start.
- Build React app using npm run build.
- To check, login with username and password is admin.