kotlin-exposed-realworld

Medium clone backend using Kotlin, Spring and Exposed. API as specified on https://realworld.io/

Github星跟蹤圖







kotlin-exposed-realworld

CircleCI

Medium clone backend using Kotlin, Spring, Exposed and Krush, API as specified on https://realworld.io/

Rationale

The repository shows how we use Kotlin+Exposed in TouK.

Running acceptance test

  • Start Postgres 11 Docker image on port 5434
docker run -p 5434:5432 --name realworld -e POSTGRES_USER=realworld -e POSTGRES_DB=realworld -d postgres:11
  • Run the app
./gradlew bootRun
  • Run acceptance tests (Node and npx needed)
env APIURL=http://localhost:8080 ./acceptance/run-api-tests.sh

主要指標

概覽
名稱與所有者TouK/kotlin-exposed-realworld
主編程語言Kotlin
編程語言Shell (語言數: 3)
平台
許可證
所有者活动
創建於2019-01-23 10:11:59
推送於2022-09-08 01:04:32
最后一次提交2022-08-01 15:40:45
發布數0
用户参与
星數48
關注者數4
派生數8
提交數85
已啟用問題?
問題數1
打開的問題數1
拉請求數1
打開的拉請求數1
關閉的拉請求數2
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
Java

sputnik

Static code review for your Gerrit patchsets. Runs Checkstyl...