A comprehensive payroll management system designed to streamline employee salary processing and simplify payroll administration.
- User-friendly dashboards for administrators to manage employees and their salaries.
- Intuitive dashboards for employees to view their salary information.
- Informative salary breakdown for employees to understand their salary.
- Report generation for employees to view their salary breakdown.
Ensure that you have the following installed:
- Python 3.13
- pipenv
- Clone the repository:
git clone https://github.com/abiud254/EasyPay && cd EasyPay
- Set up the virtual environment:
pipenv install
- Activate the virtual environment:
pipenv shell
- Run the application:
python src/manage.py runserver