This is a simple implementation of the Todo-Backend API spec using LittleBoxes.
- Live Heroku app: https://todo-backend-little-boxes.herokuapp.com/todos.
- Todo-Backend tests: https://www.todobackend.com/specs/index.html?https://todo-backend-little-boxes.herokuapp.com/todos.
- Todo-Backend client: https://www.todobackend.com/client/index.html?https://todo-backend-little-boxes.herokuapp.com/todos.
Installation:
git clone git@github.com:manuelmorales/todo-backend-little-boxes.git
cd todo-backend-little-boxes
bundle
Run with
./cli start
Or explore a live representation of the app with:
./cli console
> box = Todo::Box.new
Run the tests with:
./cli test