Skip to content

NUGOS/SpringFullCalendarJson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringFullCalendarJson

Small Spring Boot demo for serving calendar events to a FullCalendar UI.

This is a learning/demo project. It is relevant to my automation direction because it connects backend event data with a calendar interface, which is close to the kind of workflow automation I build for tender and task planning.

What It Does

  • Serves a simple web page with FullCalendar
  • Exposes calendar event data through a REST endpoint
  • Uses Thymeleaf for server-rendered pages
  • Uses WebJars for frontend dependencies

Tech Stack

  • Java 17
  • Spring Boot 2.7
  • Spring MVC
  • Thymeleaf
  • FullCalendar
  • Gradle

Main Routes

  • GET / - calendar page
  • GET /api/event/all - JSON list of demo events

Run

./gradlew bootRun

Then open:

http://localhost:8080

Status

Learning/demo project. The next useful improvements would be persistent storage, real event CRUD, validation, and a webhook endpoint for automation scenarios.

About

Spring Boot + FullCalendar demo for event APIs and calendar workflow experiments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors