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
Step 2
Double click the executable file you downloaded to launch the setup wizard. Click on Next to continue.
Step 3
Read through the end user agreement and accept the terms then you click Next.
Step 4
Choose the recommended setup type “Complete” and click Next.
Step 5
In the service Configuration window choose “Run service as Network service User and click next
Step 6
Check the box to install MongoDb and click next.
Step 7
Click on install and start.
Step 8
Please wait for Installation files to finish copying
Step 9
Your installation is Now complete.
Click on finish and go to system variables and include it to the
path.
Open command line and type Mongo and you are good to Go!
Top comments (0)