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
- Host: GitHub
- URL: https://github.com/igneus/spring-church-calendar
- Owner: igneus
- License: gpl-3.0
- Created: 2018-11-06T22:10:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T22:10:59.000Z (over 7 years ago)
- Last Synced: 2025-03-17T09:49:55.684Z (over 1 year ago)
- Topics: api, calendar, church, spring-application
- Language: Java
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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