Skip to content

oxiadenine/ktor-webapi

Repository files navigation

Introduction

This project is an example of Ktor web framework for a Web API.

The database engine used by the project is H2Database.

Getting Started

To start the Ktor server run the following commands:

  • Install dependencies with ./gradlew
  • Build executables with ./gradlew build
  • Start Ktor server with ./gradlew run

Now you can visit http://127.0.0.1:8080/api from your browser.

About

An example of Ktor web framework for a Web API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages