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
- Host: GitHub
- URL: https://github.com/priyanka7411/employee-leave-management
- Owner: priyanka7411
- Created: 2024-08-28T06:19:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T14:54:03.000Z (6 months ago)
- Last Synced: 2025-02-08T02:43:09.258Z (4 months ago)
- Topics: django, employee-management, leave-management, python
- Language: HTML
- Homepage: https://github.com/priyanka7411/Employee-Leave-Management
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.txtSet up the database and apply migrations:
python manage.py migrateRun the server:
python manage.py runserverOpen your browser and visit http://127.0.0.1:8000/ to start using the system.