MongoDB Commands
Commands * mongod - start mongo db server instance * mongo - start mongo db command prompt to execute commands * show dbs - show databases * mongoimport -d [DATABASE_NAME] -c [COLLECTIONS] --file [FILE_NAME] - import into database and collection from file * mongoexport -d [DATABASE_NEM] -c [COLLECTIONS] --out [FILE_NAME] -