An open API service indexing awesome lists of open source software.

https://github.com/apontini/kotlin-template

Quick and dirty Kotlin/Ktor template
https://github.com/apontini/kotlin-template

docker docker-compose kotlin ktor ktor-server mongodb template

Last synced: 2 months ago
JSON representation

Quick and dirty Kotlin/Ktor template

Awesome Lists containing this project

README

          

# Kotlin App Template

Quick and dirty back-end app template with a few APIs implemented, used to start new projects.
Uses KTor and MongoDB.

## Build and Start

To build and start this, just use
```shell
./gradlew installDist
docker-compose build
docker-compose up
```