diff --git a/challenges/05-apis-and-microservices/mongodb-and-mongoose.json b/challenges/05-apis-and-microservices/mongodb-and-mongoose.json index 1d9e76f51f..c7fa2c16cf 100644 --- a/challenges/05-apis-and-microservices/mongodb-and-mongoose.json +++ b/challenges/05-apis-and-microservices/mongodb-and-mongoose.json @@ -29,6 +29,43 @@ "isRequired": false, "translations": {} }, + { + "id": "587d7fb5367437b2b2512c05", + "title": "Create an online database using mLab", + "description": [ + [ + "//i.imgur.com/Ux1CD2f.png", + "mLab logo.", + "For the following challenges, we are going to start using MongoDB to store our data. To simplify the configuration, we are going to use mLab.

mLab is a MongoDB Database-as-a-Service platform, which basically means that they configure and host the database for you, making it so the only responsibility you have is to populate your database with what matters: data!
In the following steps, we are going to show you how to: Let's start by going to mLab by clicking the button below.", + "https://mlab.com/" + ], + [ + "", + "", + "Once you open the mLab page, you should sign up for a new account." + ], + [ + "", + "", + "Now we are going to create the actual database you are going to be using.A summary of all your choices should appear, allowing you to change any information provided in the previous steps. Press Submit Order to confirm the information." + ], + [ + "", + "", + "After you confirmed your configuration, a new sandbox should have been created in the MongoDB Deployments section. We are now going to create an administrator, so you can use the database in your application." + ], + [ + "", + "", + "Almost done! We have created our new database and created an user to access it, so we just need to find a way to use it in our applications." + ] + ], + "challengeSeed": [], + "tests": [], + "type": "waypoint", + "challengeType": 7, + "translations": {} + }, { "id": "587d7fb6367417b2b2512c06", "title": "Install and Set Up Mongoose",