Start Mongo -> systemctl start mongod
Restart Mongo -> systemctl restart mongod
Stop Mongo -> systemctl stop mongod
Reload Daemon -> systemctl daemon-reload
Mongo Status -> systemctl status mongod
Ensure Mongo Starts at Reboot -> systemctl enable mongod
Start Mongo Shell -> mongosh
https://docs.mongodb.com/mongodb-shell/run-commands/
npm run watch
-> runs the app for development purpopes using nodemonnpm run start
-> runs the appnpm run lint
-> runs the eslint for development purpose
There will be a number of other scripts for testing and linting purposes.