Tips and tricks
How to install MONGODB on windows 10
Install community edition here
Install custom – location C:\mongodb
Go create C:\data\db folder
Go to C:\mongodb in command prompt
Run
mongod
open another cmd.exe and run
mongo
Access http://localhost:27017/ to check