Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 340bc08

Browse files
andreyaksenovsvtk
authored andcommitted
KTOR-2149 move Ktor tutorials from Play to Docs
1 parent a309483 commit 340bc08

19 files changed

+3
-1208
lines changed
Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
# Introduction
22

3-
In this hands-on, we're going to create an HTTP API using Kotlin and Ktor that can serve as a backend for any application, be it mobile, web, desktop, or even a B2B service. We will see how routes are defined and structured, how serialization features help with simplifying tedious tasks, and how we can test parts of our application both manually and automated.
4-
5-
### What we will build
6-
7-
Throughout the hands-on, we'll build a simple JSON API that allows us to query information about the customers of our fictitious business, as well as the orders we currently want to fulfill.
8-
9-
We will build a convenient way of listing all customers & orders in our system, get information for individual customers & orders, and provide functionality to add new entries and remove old entries.
10-
11-
We will be using two ways to define routes and organize these by files. They certainly aren't the only ways to define routes in applications, but they showcase differently maintainable approaches. For other styles and options check out the blog post by [Hadi Hariri](https://twitter.com/hhariri) on [Routing in Ktor](https://hadihariri.com/2020/04/02/Routing-in-Ktor/).
12-
13-
You can find the [template project](https://github.com/kotlin-hands-on/creating-http-api-ktor/) as well as the source code of the [final](https://github.com/kotlin-hands-on/creating-http-api-ktor/tree/final) application on the corresponding GitHub repository.
3+
This tutorial has been moved to the [Ktor Documentation Portal](https://ktor.io/docs/creating-http-apis.html).
144

Creating HTTP APIs with Ktor/02_application-init.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

Creating HTTP APIs with Ktor/03_customer-routes.md

Lines changed: 0 additions & 185 deletions
This file was deleted.

Creating HTTP APIs with Ktor/04_order-routes.md

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)