How to install mongo DB and compass on mac os



Learn how to install mongo DB and compass on mac os.

Commands:

xcode-select –install
brew tap mongodb/brew
brew update
brew install mongodb-community@6.0
(for M1 mac: arch -arm64 brew install mongodb-community@6.0)

brew services start mongodb-community@6.0
brew services stop mongodb-community@6.0

Install Mongo DB on mac os community link
https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/

Download compass
https://www.mongodb.com/try/download/compass

Learn How to create a new Next.js project
https://youtu.be/IrNBZbaJiB8

Learn How to create a responsive Navbar in Next.js
https://youtu.be/KF6AZ8Bz_EA

Learn how to make Sign up, Login and forgot pages UI
https://youtu.be/uX69zaLx8qo

Source

How to install mongo DB and compass on mac os
Scroll to top