https://github.com/rojiani/spring-kotlin-rest-api
Spring Boot + Kotlin RESTful API Tutorial
https://github.com/rojiani/spring-kotlin-rest-api
kotlin kotlin-spring-boot rest-api spring spring-boot spring-mvc
Last synced: 7 months ago
JSON representation
Spring Boot + Kotlin RESTful API Tutorial
- Host: GitHub
- URL: https://github.com/rojiani/spring-kotlin-rest-api
- Owner: rojiani
- Created: 2018-02-17T03:00:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T17:54:49.000Z (about 6 years ago)
- Last Synced: 2025-03-31T05:02:04.307Z (9 months ago)
- Topics: kotlin, kotlin-spring-boot, rest-api, spring, spring-boot, spring-mvc
- Language: Kotlin
- Size: 63.5 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple REST API Kotlin + Spring Boot
====================================
Code from this [scotch.io tutorial](https://scotch.io/@grahamcox82/how-to-build-a-simple-rest-api-with-kotlin-and-spring-boot).
[Tutorial Code](https://github.com/sazzer/kotlin-with-spring-boot)
---
This repository is an example on how to write a Web API using the Kotlin programming language and the Spring Boot framework.
Build and run the example by simply executing `gradle bootRun`, and then call the various endpoints to see the examples in action:
* http://localhost:8080/answer
* http://localhost:8080/user
* http://localhost:8080/string/abc[?operation=[reverse,upper,lower]]
* http://localhost:8080/raiseError