A simple Todo Application so nobody forgets about their tasks!
While I work I always forget what I wanted to do. Sure I could write that down somewhere, but then I even forget about that ...
Built with the power of
- Install Elixir ( latest version )
- Install dependencies with
mix deps.get
- Rename
dev.example
todev.exs
and fill out the PostgreSQL data - Create and migrate your database with
mix ecto.setup
- Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Inspiration for tests/idea: https://github.com/dwyl <3