https://github.com/nazmulidris/kotlinserver_jvm
https://github.com/nazmulidris/kotlinserver_jvm
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nazmulidris/kotlinserver_jvm
- Owner: nazmulidris
- License: apache-2.0
- Created: 2017-12-30T01:44:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T22:40:01.000Z (over 3 years ago)
- Last Synced: 2025-01-23T20:09:27.648Z (9 months ago)
- Language: Kotlin
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)