/todo-backend-little-boxes

Simple implementation of the Todo-Backend API using LittleBoxes.

Primary LanguageRuby

Todo-Backend in LittleBoxes

Build Status

This is a simple implementation of the Todo-Backend API spec using LittleBoxes.

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