Skip to content

NaveenKumarK219/leave-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leave Management System

Simple Application For Managing Employee Leaves.

Description

Leave Management System is a web application for managing employee leaves. This application provides all the things that a project/team needs. Through this application one can easily manage leaves. Application maintenance is easy.

Requirements

  • Java 7 or higher.
  • Maven
  • Postgres Database
  • Run on Tomcat 7 (you can run on later versions)

How To Run

  • As it's a Maven Project, you can call mvn install in terminal(in project directory) to get a war file.(You can find it in target folder)
  • You need to have Postgres database to import tables from app-DB-Script.sql (psql -U postgres lms < app-DB-Script.sql).
  • Default username is manager@email.com and password is 123456.
  • You can find the file app-DB-Script.sql in resources folder.
  • Deploy the war file to the tomcat server and visit localhost:8080/leave-management-system

Application Overview

Login Page (Initial Opening Page)

Login Page

Home Page (Options provided for data variation)

Home Page

Home Page

Home Page

Home Page

Manage Users

Manage Users

Edit User

Edit User

Manage Leaves

Manage Leaves

Apply Leave

Apply Leave

My Leaves

My Leaves My Leaves

Change Password

Change Password

Change Password