Skip to content

Instantly share code, notes, and snippets.

@michalchovanak
Created December 30, 2018 10:14
Show Gist options
  • Save michalchovanak/113e3c0ad7c00f51649225610c249fca to your computer and use it in GitHub Desktop.
Save michalchovanak/113e3c0ad7c00f51649225610c249fca to your computer and use it in GitHub Desktop.
[MongoDB localhost start]
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