From e98b0c68d3e4f24f4db5a2beb81570592994429c Mon Sep 17 00:00:00 2001 From: Leah Alpert Date: Mon, 4 Mar 2019 13:44:55 -0800 Subject: [PATCH] Remove reference to mlab --- databases/mongo-db.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/databases/mongo-db.md b/databases/mongo-db.md index de1d9d62c..568b4cf7c 100644 --- a/databases/mongo-db.md +++ b/databases/mongo-db.md @@ -93,8 +93,7 @@ If no Homebrew-related text appears, you'll need to install Homebrew. Go to the 1. Read through these mongodb docs from TutorialsPoint. You don't have to memorize it, but think about how MongoDB compares to SQL as you read. - [Start here](https://www.tutorialspoint.com/mongodb/mongodb_data_modeling.htm) and read until the Deployment section. - [Start here](https://www.tutorialspoint.com/mongodb/mongodb_relationships.htm) and read until the Regex section. -1. Sign up for [mLab](https://mlab.com) by following these directions: https://docs.mlab.com/ -1. Follow [this video tutorial](https://youtu.be/4yqu8YF29cU) for building a full Mongo project on your machine with an mLab online mongo database. This will take at least 2 hours, so settle in! If you don't feel confident that you understand the parts of the project he is going over, stop the video and look up more examples. +1. Follow [this video tutorial](https://youtu.be/4yqu8YF29cU) for building a full Mongo project on your machine with an mLab online mongo database. This will take at least 2 hours, so settle in! If you don't feel confident that you understand the parts of the project he is going over, stop the video and look up more examples. ### Challenge