coconautti / http4k-rest-example

Example REST project setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Example REST project setup

License:Apache License 2.0


Languages

Language:Kotlin 100.0%