Web application, built with Spring. Provides a JSON API compatible with Church Calendar API v0 (which can thus be consumed with calendarium-romanum-remote). Instead of computing the calendar data, it has them pre-generated in the database.
work in progress
In order to run the application, copy
src/main/resources/application.properties.dist
to
src/main/resources/application.properties
and provide valid database connection string and credentials.
This is a Spring project built using Maven.
$ mvn spring-boot:run
to compile and run with a built-in server. For other building options see Spring documentation.