https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/#run-mongodb-community-edition
- start
brew services start [email protected]
- stop
brew services stop [email protected]
- local connection string
mongodb://localhost:27020
(macOS)
mongodb://localhost:27017
(Windows 11)