Commit graph

4 commits

Author SHA1 Message Date
ecdb66706e Add docker deployments with caprover
Signed-off-by: William Brawner <me@wbrawner.com>
2020-09-05 12:02:34 -07:00
ce4d00a788 Delete events older than 90 days once per day.
Signed-off-by: William Brawner <me@wbrawner.com>
2020-09-05 11:23:39 -07:00
e6b7efa95f Reimplement apps and events endpoints from Ktor app in Spring Boot
Signed-off-by: William Brawner <me@wbrawner.com>
2020-09-05 11:02:13 -07:00
a7c682bed0 Convert server code from Kotlin/Ktor to Java/Spring Boot
In the long-term, I'm not confident that Kotlin will replace Java on the
backend nor that Ktor will replace Spring Boot as the most popular
JVM language or framework, respectively. I don't really have any desire
to be on the bleeding edge of tech or go off the beaten path for this so
I'd like to keep with the industry standards so that it's easier for me
to work on over time.
2020-09-04 14:02:57 -07:00