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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?