sudo systemctl start mongod
sudo systemctl status mongod
sudo systemctl enable mongodsudo systemctl stop mongodsudo systemctl restart mongodNode.jscurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash source ~/.bashrcnvm list-remotenvm install v13.6.0 nvm use v13.6.0 nvm currentnode -v