This is an example implementation of moredip's Todo-Backend API spec, using Node.js and the Express framework.
This example saves TODOs in a PostgreSQL database and uses node-db-migrate for database migrations. A production instance is running on Heroku at http://todo-backend-express.herokuapp.com.