An open API service indexing awesome lists of open source software.

https://github.com/priyanka7411/employee-leave-management

A Django-based Employee Leave Management System for tracking employee leave requests and managing approvals
https://github.com/priyanka7411/employee-leave-management

django employee-management leave-management python

Last synced: about 2 months ago
JSON representation

A Django-based Employee Leave Management System for tracking employee leave requests and managing approvals

Awesome Lists containing this project

README

        

# Employee-Leave-Management

This is a web-based system to manage employee leave requests. Employees can submit leave requests, view leave balances, and track approval statuses. Managers can approve or reject leave requests.

## Features
- Employees can submit leave requests.
- Managers can approve or reject leave requests.
- View available leave balance.

## Installation
Install dependencies:
pip install -r requirements.txt

Set up the database and apply migrations:
python manage.py migrate

Run the server:
python manage.py runserver

Open your browser and visit http://127.0.0.1:8000/ to start using the system.