Created
December 30, 2018 10:14
-
-
Save michalchovanak/113e3c0ad7c00f51649225610c249fca to your computer and use it in GitHub Desktop.
[MongoDB localhost start]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
start mongodb server | |
mongod | |
klient side | |
mongo | |
add/select database (will create DB if not existing) | |
use xyz | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment