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

https://github.com/nazmulidris/kotlinserver_jvm


https://github.com/nazmulidris/kotlinserver_jvm

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# kotlinserver

This project uses the Javalin REST API for Kotlin to make a simple
server that can be hosted on Heroku.

This is a maven project. You can use `mvn package` im order to build
the fat JAR for the server.

You can use `deploy.sh` to push this into heroku.

Here are some useful links:
- [Javalin](https://javalin.io/)
- [Deploying Kotlin REST API on heroku](https://javalin.io/tutorials/heroku)
- [Using Kotlin and Maven](https://michaelrice.com/2016/08/hello-world-with-kotlin-and-maven/)
- [JetBrains Kotlin and Maven info](https://kotlinlang.org/docs/reference/using-maven.html)