Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 518 Bytes

File metadata and controls

18 lines (13 loc) · 518 Bytes

Reader

This is the companion repository to my foray into building a feed reader service for myself. It's built with the following stack

  • Http4K
  • Jetbrains Exposed
  • HikariCP for connection pooling
  • H2 Database for testing
  • Postgres Database for deployments

You can find the write-up for the motivations and process and of course discription of the project on the blog post https://www.mildlyskilled.com/posts/2021-05-06/

Package

./gradlew build