DEV Community

Cover image for How to download and install MongoDB on windows
troydelageto
troydelageto

Posted on

How to download and install MongoDB on windows

Mongo DB is an open-source document-based database management tool that stores data in JSON-like formats. It is a highly scalable, flexible, and distributed NoSQL database.

Step 1
Download the setup from this link https://www.mongodb.com/try/download/community

mn1

Step 2
Double click the executable file you downloaded to launch the setup wizard. Click on Next to continue.
mn2

Step 3
Read through the end user agreement and accept the terms then you click Next.
mn3

Step 4
Choose the recommended setup type “Complete” and click Next.
mn4

Step 5
In the service Configuration window choose “Run service as Network service User and click next
mn5

Step 6
Check the box to install MongoDb and click next.
mn6

Step 7
Click on install and start.
mn7

Step 8
Please wait for Installation files to finish copying
mn8

Step 9
Your installation is Now complete.
mn9

Click on finish and go to system variables and include it to the
path.

mn10

Open command line and type Mongo and you are good to Go!

Top comments (0)