Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.22 KB

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