You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple Kotlin API Example with **Tutorial Code Comments** build with Ktor **for Beginners**.
3
+
</br>
4
+
### Setup
5
+
Feel free to download the **[latest Release File](github.com/jakkoble/KotlinApiExample/releases/latest/)** for testing the API. Just **download it** and **execute it** with the Terminal. After that **open your browser** and navigate to **[localhost:8080](http://localhost:8080)**.
6
+
</br>
7
+
</br>
8
+
### How to execute a .jar File
9
+
Navigate to the Source Folder and execute it with following code line.
10
+
```
11
+
java -jar KotlinApiExample.jar
12
+
```
13
+
If you need further help, feel free to **[open a new Issue](https://github.com/Jakkoble/KotlinApiExample/issues)**. In case you like my project, please follow me on GitHub.
0 commit comments