Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 639 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 639 Bytes

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.