REST APIs implemented using Kotlin, Spark Framework
This is a simple CRUD REST API created using Kotlin and Spark.
Get a copy of the source codes into local system.
git clone https://github.com/amtkxa/kotlin-spark-rest-api
Run the backend API server with following command.
gradle runServer
- If you don't have Gradle installed, run
./gradlew
for nix orgradlew
for win - open
http://localhost:8080
- use
ctr + c
to stop the server