Real-time Server

설치 (macOs, brew)

brew update

brew tap mongodb/brew brew install [email protected]

실행

brew services start [email protected]

MongoDB 관련 파일 경로

주로 사용하는 명령어

실행

mongo

service mongod start service mongod stop

연결상태 확인

db.serverStatus().connections

DB 생성

use databaseName