An open API service indexing awesome lists of open source software.

https://github.com/deepredsky/todobackend-plug

:droplet: TodoBackend app built using Elixir Plug
https://github.com/deepredsky/todobackend-plug

Last synced: 12 months ago
JSON representation

:droplet: TodoBackend app built using Elixir Plug

Awesome Lists containing this project

README

          

# Todobackend

Sample TODO Backend app built using Elixir Plug

Tested against [Todo-Backend](http://todobackend.com/) spec

Most of the implementation is copied from [MaruTodo](https://github.com/whitfieldc/maru_todo) example

#### To Run

```sh
git clone https://github.com/deepredsky/todobackend-plug.git
cd todobackedn-plug
mix deps.get
mix ecto.create
mix ecto.migrate
iex -S mix
```

Test local version at [http://www.todobackend.com/specs/index.html?http://localhost:4000/tasks](http://www.todobackend.com/specs/index.html?http://localhost:4000/tasks)