An open API service indexing awesome lists of open source software.

https://github.com/keyskey/ktknowledge_api

Sample implementation of Kotlin/SpringBoot/GraphQL Kotlin/Ktorm/Kotest
https://github.com/keyskey/ktknowledge_api

graphql kotlin ktorm spring-boot

Last synced: 3 months ago
JSON representation

Sample implementation of Kotlin/SpringBoot/GraphQL Kotlin/Ktorm/Kotest

Awesome Lists containing this project

README

          

## ktknowledge_api

## Setup
### Prerequisite
- direnv
- sdkman

### Start server
```shell
$ cp .env.dev .env
$ docker-compose -f docker-compose.dev.yml up -d
$ sdk env install
$ ./gradlew bootRun
```