IT
Installing mongodb with Homebrew
허브큐
2021. 9. 10. 13:47
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/
Install MongoDB Community Edition on macOS — MongoDB Manual
Install MongoDB > Install MongoDB Community Edition MongoDB AtlasMongoDB Atlas is a hosted MongoDB service option in the cloud which requires no installation overhead and offers a free tier to get started.Use this tutorial to install MongoDB 5.0 Community
docs.mongodb.com
Mongodb 구동 방법
$ brew services start mongodb-community@5.0
$ brew services stop mongodb-community@5.0
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/