Skip to content

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

Notifications You must be signed in to change notification settings

priyanka7411/Employee-Leave-Management

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published