MyGit

dragneelfps/realworld-kotlin-ktor

Fork: 16 Star: 187 (更新于 2024-09-09 05:06:33)

license: 暂无

Language: Kotlin .

RealWorld Kotlin Ktor Backend

最后发布版本: 2.0.0 ( 2022-07-23 15:43:29)

官方网址 GitHub网址

RealWorld Example App

Kotlin-Ktor codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

Demo    RealWorld

This codebase was created to demonstrate a fully fledged fullstack application built with Kotlin-Ktor including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the Kotlin-Ktor community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

Build Status

Build

How it works

  • h2 database
  • hikari as JDBC connection pool
  • Exposed as Kotlin SQL Framework
  • Jackson for handling JSON
  • Koin for dependency injection

Getting started

Installation

  1. Install h2 database. Default configuration uses server mode.
  2. Run the gradle. :)

Running

  1. Start the h2 database
  2. Run the gradle. :))
  3. Check on http://localhost:8080/api, if using default configuration.
  4. Yay.

Testing

  1. ./gradlew build test

最近版本更新:(数据更新于 2024-09-12 07:46:20)

2022-07-23 15:43:29 2.0.0

dragneelfps/realworld-kotlin-ktor同语言 Kotlin最近更新仓库

2024-09-18 02:31:30 lihenggui/blocker

2024-09-15 20:05:00 breezy-weather/breezy-weather

2024-09-11 13:36:24 gotson/komga

2024-09-08 17:37:26 jellyfin/jellyfin-androidtv

2024-09-06 16:30:03 ReVanced/revanced-patches

2024-09-03 11:39:09 kotlin-orm/ktorm