Skip to content

Commit bf4c9c4

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 2330e6b + 3815e89 commit bf4c9c4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# KotlinApiExample
2+
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.
14+
</br>
15+
</br>
16+
<img src="https://i.imgur.com/VIC6l8v.png" heigh=50% width=50%>

0 commit comments

Comments
 (0)