Sample TODO Backend app built using Elixir Plug
Tested against Todo-Backend spec
Most of the implementation is copied from MaruTodo example
git clone https://github.com/deepredsky/todobackend-plug.git
cd todobackedn-plug
mix deps.get
mix ecto.create
mix ecto.migrate
iex -S mix