Blog with CRUD Functionality .It uses Node.js and Express 4.
Download this file.
Install all the modules required as per package.json.
Run the node app.js
set the parameters for process.env.DATABASEURL
create mongo database in any website like mlab.
Note down the user,db link and password of db.
From terminal :-
heroku config:set DATABASEURL='mongodb://\:\@ds12345.mlab.com:59670/blog'
The blog will be launched
You can view the Blog here live:- View Live