Install & Run MongoDB on MacOS
Installation
The first step is to install HomeBrew (Package Manager for macOS). After installing homebrew, follow the below steps.
Install MongoDB Community using the following command.
brew install mongodb-community@7.0
After installation use ...
bharathkalyans.hashnode.dev1 min read