When i started learnig mongodb, i learned how to create a cluster on the cloud, and how to connect it with my node.js backend. But how, now that i’ve installed mongodb locally, can i do the same offline, just like it can be done with mysql ? Thanks a lot for your help :).
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
What is the OS that you are using locally?
For example, if you are using Linux as a desktop you could follow the steps on how to install MongoDB locally here:
https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-20-04
In case that you are using Windows, you could download MongoDB via the link below and install it using the downloaded MongoDB
.msi
file:https://www.mongodb.com/try#production
Hope that this helps!
Best,
Bobby