I\'m new in nodeJS, started learning by following a trailer on youtube, everything goes well until I added the connect function if mongodb,
mongo.connect(\"m
If Install before Mongodb Just Start with this code :
Mongodb
brew services start mongodb-community next => mongod
If Not Install before this Way
1.brew tap mongodb/brew 2.brew install mongodb-community 3.brew services start mongodb-community 4.mongod