An example implementation of the Todo-Backend API spec in Node using the Hapi framework and a Bookshelf ORM connected to a Postgres database.
To run the API locally, clone the repo and run:
$ npm install
$ npm run db:setup:user
$ npm run db:setup
$ npm run db:migrate
$ npm start