Create heroku server
Create a new heroku server with mongodb DB at mLab
Last updated
Create a new heroku server with mongodb DB at mLab
Last updated
This step is optional but you need a MongoDB server to continue
inside heroku, go to resources tab and add a new Add-ons, look for mLab MongoDB
open mlab from heroku and create a new DB user
open config\default.json update "mongodb": "mongodb://<dbuser>:<dbpassword>@ds223685.mlab.com:62685/heroku_djwq7vg7" * don't forget to replace <dbuser> and <dbpassword"