- First, we download the MongoDB Community version from the official website at https://www.mongodb.com/download-center#community and double-click on the .msi file:
- Let's specify an installation directory and choose the custom installation option:
- Next, we create the directory where we will store the data. By default, we have to create the /data/db folder inside the MongoDB directory we choose when we install it. We also have to create /log/mongo-server.log in the MongoDB directory.
- After that, we will create our MongoDB ...