🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] # 安装 mac 下安装: ``` brew tap mongodb/brew brew install mongodb-community brew services start mongodb-community ``` 其他请参考官网:[Run mongodb](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/#run-mongodb) 参考:[Installing-mongodb-with-homebrew](https://stackoverflow.com/questions/57856809/installing-mongodb-with-homebrew) ## 查看运行 ``` ps aux | grep -v grep | grep mongod ```