cara mengakses shell mongo

Download official mongodb to from mongodb.com

To check if server is running: sudo systemctl status mongod
To start local server enter:   sudo systemctl start mongod
To stop the local server:  sudo systemctl stop mongod
To reload the local server: sudo systemctl daemon-reload
guruwalker