From the course: MERN Essential Training (2020)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Install MongoDB

Install MongoDB

From the course: MERN Essential Training (2020)

Start my 1-month free trial

Install MongoDB

- Now let's get started on installing Mongo for a server. In order to be able to use Mongo, you need to have it installed locally, or use the Atlas cloud based version. Feel free to use the cloud based version. But for this project, I'll use the local one. So, for Mac folks, what you need to do first is install Homebrew, if you don't already have it in your system. So, the way you do this is go to brew.sh and then copy the line here to install Homebrew, like so, and then go into your terminal, and paste this line and this is going to install Homebrew, in your system. But, I already have it installed. So, I'm not going to go through that process again. But, you hit return and then it's going to install it in your system. Once you have Homebrew installed, what you need to do is go to this page on the Mongo documentation. So, docs.mongodb.com/manual/installation and then what you need to do is install the community…

Contents