1] Install from here (https:
2] While installation you can check MongoDB Compass (GUI to access MongoDB just like PHPMyAdmin)
3] Config Path in Environment Variables unser System Variables
Click on Path and Edit: Add this line C:\Program Files\MongoDB\Server\6.0\bin at the last.
4] To access the db we can use MongoDB Compass or Shell.
5] To Install shell (https:
after download shell extract from zip foler add in C: drive to start the server go to bin folder of download folder shell folder and start mongosh.exe
Note : before start please create folder like following.
c:\data\db
mongodb server will start with port No: 27017
mongodb: