how to setup mongodb code example
Example 1: start mongodb
sudo systemctl start mongod
Example 2: install mongodb 2018 instructions
mongo --version
Example 3: install mongodb 2018 instructions
vim .bash_profile
sudo systemctl start mongod
mongo --version
vim .bash_profile