by TXV on 2/3/19, 12:24 PM with 2 comments
I decided to take this opportunity to learn Elixir.
The requirements of this project are very simple. I's a server which fetches some data from another HTTP API and uses it to render a bunch of HTML pages.
I'm following the Elixir tutorials on the official site. I would like at the same time to explore a real-world project that implements my requirements, to see what a complete working application would look like.
Do you know of any such open source repo? Thank you!
by elcritch on 2/3/19, 5:34 PM
1: https://medium.com/@kacpx123/phoenix-1-3-simple-blog-api-and... 2: https://github.com/learnphoenixtv/blog 3: https://medium.freecodecamp.org/simple-extensible-blog-built...
by jamil7 on 2/3/19, 3:32 PM