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
- Host: GitHub
- URL: https://github.com/apontini/kotlin-template
- Owner: apontini
- License: gpl-3.0
- Created: 2021-08-13T20:48:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T16:24:48.000Z (over 2 years ago)
- Last Synced: 2023-12-09T17:26:47.849Z (over 2 years ago)
- Topics: docker, docker-compose, kotlin, ktor, ktor-server, mongodb, template
- Language: Kotlin
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```