KtorEasy
KtorEasy copied to clipboard
Suggested Ktor architecture
Dear Sir very thx your demo i also ref other demo this one use extra config file : "application.$environment.conf" if i run ktor server at android with the same config...
Current watch pattern from application.conf is not working. Need to check why.
I want to propose a `BaseApi`, which will handle querying of data: `fun dbQuery(block: () -> T): T ` Currently, this is handled in `BaseController`. See [this](https://github.com/mathias21/KtorEasy/blob/b27d87d347f13e3cc4c79e57261d8cf4dc777e6e/src/modules/BaseController.kt#L11) line. By doing...
Fixes #9
Dependencies seem to be outdated. It could be interesting to bump them to newer ones.
Dear Sir very thx your post https://medium.com/@math21/testing-a-ktor-server-part-i-route-testing-84f8e82454d7 & demo i have QA as the code https://github.com/mathias21/KtorEasy/blob/06568a65d994cd1977592119b2cc537ac7d377e7/src/Application.kt#L30 i can start a ktor server at normal mode ( src) i look the...