22.2 MongoDB 서버 준비
22.2.1 설치
MongoDB 서버를 사용하려면 우선 설치부터 해야 합니다.
macOS
macOS에서는 Homebrew를 이용하여 간편하게 설치할 수 있습니다.
$ brew update $ brew install mongodb $ brew services start mongodb = => Successfully started `mongodb` (label: homebrew.mxcl.mongodb)\