Ecosyste.ms: Awesome
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: 1 day ago
JSON representation
Event calculator using Spring Boot and Thymeleaf template engine
- Host: GitHub
- URL: https://github.com/lulunac27a/event-calculator-springboot
- Owner: lulunac27a
- Created: 2024-06-27T20:22:57.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-08T01:28:58.000Z (3 months ago)
- Last Synced: 2024-12-14T15:39:48.733Z (about 2 months ago)
- Topics: calendar, date, dates, event, event-calculator, event-calendar, form, forms, java, spring, spring-boot, springboot, template, thymeleaf
- Language: Java
- Homepage: https://lulunac27a.github.io/event-calculator-springboot/
- Size: 373 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`