MongoDB notes
- Start mongo
sudo systemctl start mongod
- Defaul local mongodb link
mongodb://localhost:27017
- Stop mongoDB
sudo systemctl stop mongod
- Restart mongoDB
sudo systemctl restart mongod
sudo systemctl start mongod
mongodb://localhost:27017
sudo systemctl stop mongod
sudo systemctl restart mongod