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!

Billboard image

Monitoring as code

With Checkly, you can use Playwright tests and Javascript to monitor end-to-end scenarios in your NextJS, Astro, Remix, or other application.

Get started now!

Top comments (0)

Imagine monitoring actually built for developers

Billboard image

Join Vercel, CrowdStrike, and thousands of other teams that trust Checkly to streamline monitor creation and configuration with Monitoring as Code.

Start Monitoring

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay