Use Express and Mongolab to create Todo-list on Heroku
Step by step from command line by Michael Hsu
$ git clone https://github.com/dreamerslab/express-todo-example.git mongolab-todo-list
/db.js
mongoose.connect( 'mongodb://localhost/express-todo' );
Check another Michael's gist.