Git Product home page Git Product logo

ktor-gradle-kts-template's Introduction

Ktor template project

This is a template project for your Ktor projects. It uses the Gradle Kotlin DSL, and has two simple modules, api-models, and api-server, which contain the API data models and the Ktor server skeleton, respectively.

There is not much specifically that makes this a Ktor-only template: you can easily use it for general-purpose Kotlin projects by removing the modules you don't need and creating new ones, following the general structure.

Gradle build setup

The goal is to avoid repetition, so most configuration is done in the root build.gradle.kts file. In there, the template makes abundant use of the subprojects and allprojects closures to configure the child modules. As a result, the api-models build script is empty as it needs no further configuration besides what it inherits from the root buildscript.

Dependencies management

Most dependencies are defined by Dependencies and DependencyVersions โ€” should you want to add, change or remove any dependency, you can do it in there. This enables centralised dependency management and allows the IDE to auto-complete the dependencies you add to your project.

Windows support

Note that for now Windows is NOT supported out of the box, due to the use of symlinks to reuse /gradle.properties into /buildSrc. You can make it work on Windows by manually copying and keeping the file in sync into /buildSrc.

ktor-gradle-kts-template's People

Contributors

rock3r avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.