/todo.ex

A concurrent, fault tolerant todo application

Primary LanguageElixir

Todoex

A fault tolerant, concurrent todo list web app made with ❤ in Phoenix & Elixir.

To start the app on your local machine:

  • Ensure you have docker installed and running
  • Copy environment config with cp .env.sample .env
  • Run docker-compose up

Now you can visit localhost:4000 from your browser.