Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 824 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 824 Bytes

Sisal Vacation Management System

Welcome to the Sisal Vacation Management System! This system allows users to manage their vacation days effectively.

Installation

To run the Sisal Vacation Management System locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/ceylingebes/ManageVacationDay.git
  2. Navigate to the project directory:

    Copy code
    cd sisal-vacation
  3. Install dependencies using Maven:

    Copy code
    ./mvnw install

    Start the application:

    Copy code
    ./mvnw spring-boot:run

Usage

Once the application is running, you can access it in your web browser at http://localhost:8080. From there, you can log in with your credentials and start managing your vacation days.