# mongodb 설치
brew tap mongodb/brew
brew update
brew install mongodb-community
brew services start mongodb-community
# mongodb-compass 설치
brew update
brew install --cask mongodb-compass
open /Applications/MongoDB\ Compass.app
https://anpigon.tistory.com/139
Mac에 MongoDB 설치하기
gcollazo-mongodb로 몽고DB 설치하기 https://gcollazo.com/mongodb-app/ gcollazo 팀에서 mongodb를 정말 쉽게 설치할 수 있는 swift 앱을 개발하여 제공하고 있습니다. gcollazo-mongodb는 현재 v2.6.7 버전의 mongo를 사용하
anpigon.tistory.com