Event Calculator using Spring Boot and Thymeleaf
This app is an event calculator to calculate the next event date for repeating events based on event start date, event repeat interval and event repeat frequency.
Getting Started
- Clone this repository
- Install Maven dependencies by running
mvn install
- Run the application by running
mvn spring-boot:run