Hi, I hope this is the right place to ask - what is your go-to template for quickly building a standard REST API using Ktor? Are there any publicly available ones, are you re-using code from past projects or are you always starting from scratch?
The reason is that I'm looking for something that has the most common use cases of REST APIs for mobile apps covered and can be extended. i.e.: built-in DB setup, User signup/login/authentication/password-reset, ...
There are a lot of templates available in the PHP/NodeJS/Python/Ruby world but I haven't found anything good for server-side Kotlin yet.