kotlin-exposed-realworld

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

Github stars Tracking Chart

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

Main metrics

Overview
Name With OwnerTouK/kotlin-exposed-realworld
Primary LanguageKotlin
Program languageShell (Language Count: 3)
Platform
License:
所有者活动
Created At2019-01-23 10:11:59
Pushed At2022-09-08 01:04:32
Last Commit At2022-08-01 15:40:45
Release Count0
用户参与
Stargazers Count48
Watchers Count4
Fork Count8
Commits Count85
Has Issues Enabled
Issues Count1
Issue Open Count1
Pull Requests Count1
Pull Requests Open Count1
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private