This Elixir application is a clone of Trello -- a popular project management tool. It makes use of the Phoenix framework and React to serve board views. This is primarily an excuse to explore the viability of Elixir as a programming language.
Source credit: Diacode Blog
To start your Phoenix app:
- Install dependencies with
mix deps.get - Create and migrate your database with
mix ecto.create && mix ecto.migrate - Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000 from your browser.