A simple todo app where users can keep track of their personal todos.
* Install dependencies with mix deps.get
* Create and migrate your database with mix ecto.setup
* Start Phoenix endpoint with mix phx.server
Now you can visit localhost:4000
from your browser.