Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darrenhaken/todobackend-kotlin
Runs Kotlin backend with embedded SQL database
https://github.com/darrenhaken/todobackend-kotlin
Last synced: about 2 months ago
JSON representation
Runs Kotlin backend with embedded SQL database
- Host: GitHub
- URL: https://github.com/darrenhaken/todobackend-kotlin
- Owner: darrenhaken
- License: mit
- Created: 2017-09-23T06:18:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T10:59:43.000Z (over 7 years ago)
- Last Synced: 2024-10-15T11:39:03.094Z (3 months ago)
- Language: Kotlin
- Size: 58.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Todo-Backend in Kotlin
This is a simple implementation of the Todo-Backend API spec.
The API can be hit directly at (http://todo-backend-kotlin.herokuapp.com/todos)
This application uses Spring Boot and an embedded H2 database