Welcome to the Sisal Vacation Management System! This system allows users to manage their vacation days effectively.
To run the Sisal Vacation Management System locally, follow these steps:
-
Clone the repository:
git clone https://github.com/ceylingebes/ManageVacationDay.git
-
Navigate to the project directory:
Copy code cd sisal-vacation
-
Install dependencies using Maven:
Copy code ./mvnw install
Start the application:
Copy code ./mvnw spring-boot:run
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.