There was an error while loading. Please reload this page.
1 parent 0bf769a commit af01215Copy full SHA for af01215
README.md
@@ -1,2 +1,10 @@
1
# kotlin-ktor-rest-api
2
A Modern Kotlin-Ktor RESTful API example. Connects to a PostgreSQL database and uses Exposed framework for database operations.
3
+
4
+- Ktor Framework
5
+- Authorization -> JWT
6
+- Build Tool -> Gradle
7
+- Dependency Injection -> Koin
8
+- Database -> PostgreSQL
9
+- ORM SQL Framework -> Exposed
10
+- Server -> Tomcat
0 commit comments