Init the local git repo:
$ git clone https://github.com/Pasukaru/heroku.git
$ cd heroku
Init heroku:
$ heroku create
Verify the remote repository config:
$ git remote -v
Install the MongoLab heroku Add-on:
$ heroku addons:add mongolab
Deploy the code:
$ git push heroku master
Open the deployed project in your browser:
$ heroku open
Reload the page to get a list of previous visitors stored in the DB