Skip to content

rea9r/kotlin-spark-rest-api

Repository files navigation

kotlin-spark-rest-api

REST APIs implemented using Kotlin, Spark Framework

Description

This is a simple CRUD REST API created using Kotlin and Spark.

Technology stack

Get the source codes

Get a copy of the source codes into local system.

git clone https://github.com/amtkxa/kotlin-spark-rest-api

Run the project

Run the backend API server with following command.

gradle runServer
  • If you don't have Gradle installed, run ./gradlew for nix or gradlew for win
  • open http://localhost:8080
  • use ctr + c to stop the server

About

REST APIs implemented using Kotlin, Spark Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages