The video for this lesson is currently being updated, please read the transcript instead.

Provision mLab database

In this video, we're going to create a production database.

Now, Heroku doesn't directly provide database hosting, however, they have an addon service for MongoDB through their partner MLab.

Just like Heroku, MLab that is very easy to set up and can be installed witht Heroku CLI.

So let's go to the terminal and type:

$ heroku addons:create mongolab

To view the complete lesson you'll need to login or join this course.


Click to load comments...