how to import dump database to mongodb code example
Example: import dump mongodb
mongorestore -d db_name /path/
mongorestore -d db_name -c collection_name /path/file.bson
mongorestore -d db_name /path/
mongorestore -d db_name -c collection_name /path/file.bson