Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

coconautti/http4k-rest-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http4k-rest-example

An opinionated take on how to build REST services with Kotlin.

Goals:

  • service should start up in less than 10 seconds
  • it should be fast to develop new features
  • code should be easy to test

Key components:

The example project can be used as a starting point for building REST services. The code contains a controller for service status and another controller for an imaginary user API. All code is packaged by feature. Common stuff is in common package.

Releases

No releases published

Packages

No packages published

Languages