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

https://github.com/igneus/spring-church-calendar

API compatible to calapi.inadiutorium.cz/api/v0 , implemented using Spring Boot
https://github.com/igneus/spring-church-calendar

api calendar church spring-application

Last synced: 11 months ago
JSON representation

API compatible to calapi.inadiutorium.cz/api/v0 , implemented using Spring Boot

Awesome Lists containing this project

README

          

Web application, built with Spring.
Provides a JSON API compatible
with [Church Calendar API][churchcal] v0
(which can thus be consumed with
[calendarium-romanum-remote][calromr]).
Instead of computing the calendar data,
it has them pre-generated in the database.

## Status

work in progress

## Configuration

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.

## Compiling and running

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.

[churchcal]: https://github.com/igneus/church-calendar-api
[calromr]: https://github.com/igneus/calendarium-romanum-remote