This is a simple implementation of the Todo-Backend API spec. It persists todos in a Postgres database.
It is running live at http://todo-backend-sinatra.herokuapp.com/todos. You can point a todo-backend client at that live instance to play with it. You can also run the Todo-Backend specs against that live instance to confirm that it complies with the Todo-Backend API spec.