I get the following error:
Warning { MongoError: failed to connect to server [mongodb:27017] on first connect at Pool. (/Users/michaelks
For me,issue was mongo was not running.So first i started "mongod" command in the console.And later in another console tab I have run "mongo". Now the connection is successful. Now run your app your problem should be solved.