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
- Host: GitHub
- URL: https://github.com/keyskey/ktknowledge_api
- Owner: keyskey
- Created: 2021-10-09T08:14:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T11:24:27.000Z (over 4 years ago)
- Last Synced: 2025-02-28T22:07:46.287Z (over 1 year ago)
- Topics: graphql, kotlin, ktorm, spring-boot
- Language: Kotlin
- Homepage:
- Size: 128 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```