-
Notifications
You must be signed in to change notification settings - Fork 2
Create mongoDB Compass Community with mockDB
IgorPopach edited this page Mar 31, 2019
·
1 revision
- Download and install MongoDB Community server from https://www.mongodb.com/download-center/community
- Use installation instruction https://docs.mongodb.com/manual/administration/install-community/
- Run MongoDBCompassCommunity.exe
- press connect button for creating new connection
- Download mockDB zip-file from https://we.tl/t-mWXctLIjkJ
- open command interpreter and go to your mongo instaled folder (example :
C:\Program Files\MongoDB\Server\4.0\bin) - import downloaded mockDB with command
mongorestore -d database_name path_to_mockDB(example :C:\Program Files\MongoDB\Server\4.0\bin>mongorestore -d kick_up C:\test\27017)
Now you can see imported database in mongoDB Compass Community application!