Hello friends!
I want to learn ktor, and for me reading the docs is not enough. I want to learn it by re-implementing an existing API, bigger than hello world but still of a manageable size. In the past I reimplemented httpbin.org - and contributed that ktor sample - and I'm looking for something similar. Any idea?
you could try to implement Conduit, a simple Medium clone. It’s used in this umbrella-project to showcase various FE/BE technologies using different languages: https://github.com/gothinkster/realworld