A simple tutorial on how to setup mongoDB on a Windows computer in less than 4 mins.
the commands are listed below
touch .bash_profile --- to recreate the bash file
vim .bash_profile --- to edit the bash file
--- the following lines will be placed in the bash_profile page opened for editing.
alias mongod="c:/Program\ files/MongoDB/Server/4.2/bin/mongod.exe"
alias mongo="c:/Program\ Files/MongoDB/Server/4.2/bin/mongo.exe"