How to install MongoDB on Mac
Open the Terminal app on your Mac.
Install Homebrew by running the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Check the zshrc file, hit 'cd' so that you will be in current d...
disha.hashnode.dev2 min read