====== mongoDB 설치하기 ======
=== 참조 ===
* [[https://www.mongodb.com/docs/atlas/cli/stable/install-atlas-cli/|몽고DB설치안내]]
* [[https://znos.tistory.com/47|Mac 몽고DB설치]]
터미널 창에 아래 코드 입력 후 엔터 (한줄씩 복사-붙여넣기 하세요)
brew tap mongodb/brew
brew install mongodb-community
2023-05-13
==> mongodb-community
To restart mongodb/brew/mongodb-community after an upgrade:
brew services restart mongodb/brew/mongodb-community
Or, if you don't want/need a background service you can just run:
/usr/local/opt/mongodb-community/bin/mongod --config /usr/local/etc/mongod.conf