In this sample I tried to solve 4 most asked questions in Ktor.
This API is written in Kotlin and uses Ktor async framework and uses Exposed Kotlin SQL Framework with PostgreSQL
You can directly use this API from your mobile device to create user, and each user can create multiple issues ,You can also display all the issues on user dashboard.
Direct link to repositories
Custom Column
Database
Model
repo
routing
Thank you