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
You need to initialize your mongoDB database first, you can run "mongod" in your terminal and then it will be working fine.