Hello friends! I want to learn ktor, and for me re...
# server
j
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?
m
You might find this useful - https://github.com/florinpop17/app-ideas
1
🙏 1
j
This is an awesome resource, thanks!
m
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
🙏 1