This workflow starts or stops the MongoDb server, if you have installed MongoDb.
The commands are pretty simple:
mongo start: Starts MongoDb.
mongo stop: Stops MongoDb.
mongo status: Shows whether MongoDb is running or
not.
