Learn how to install mongo DB and compass on mac os.
Commands:
xcode-select --install
brew tap mongodb/brew
brew update
brew install [email protected]
(for M1 mac: arch -arm64 brew install [email protected])
brew services start [email protected]
brew services stop [email protected]
Install Mongo DB on mac os community link
https://www.mongodb.com/docs/manual/t...
Download compass
https://www.mongodb.com/try/download/...
Learn How to create a new Next.js project
• Create New Next.js Project
Learn How to create a responsive Navbar in Next.js
• How to create Responsive Navbar in Ne...
Learn how to make Sign up, Login and forgot pages UI
• How to create UI for Auth Pages pages...