<aside> 💡 macOS big sur 이상, mongodb 5.0 버전 기준
</aside>
brew tap mongodb/brew
brew install mongodb-community@5.0
brew services start mongodb-community@5.0
# 또는 (가끔 restart가 필요하더라고)
brew services restart mongodb-community@5.0
# 서비스 동작 확인
brew services list
mongosh