An open API service indexing awesome lists of open source software.

https://github.com/lulunac27a/event-calculator-springboot

Event calculator using Spring Boot and Thymeleaf template engine
https://github.com/lulunac27a/event-calculator-springboot

calendar date dates event event-calculator event-calendar form forms java spring spring-boot springboot template thymeleaf

Last synced: 25 days ago
JSON representation

Event calculator using Spring Boot and Thymeleaf template engine

Awesome Lists containing this project

README

        

# 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

1. Clone this repository
2. Install Maven dependencies by running `mvn install`
3. Run the application by running `mvn spring-boot:run`