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
- Host: GitHub
- URL: https://github.com/deepredsky/todobackend-plug
- Owner: deepredsky
- Created: 2015-12-30T09:37:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-30T11:01:25.000Z (over 10 years ago)
- Last Synced: 2025-07-14T04:35:35.416Z (12 months ago)
- Language: Elixir
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)