ThalKod / discord-clone

A "Discord clone" with Socket.io, Node.js & MongoDB... Create channel, invite other people to your channel, chat with everyone...
MIT License
153 stars 81 forks source link

DB Connection Error: connect ECONNREFUSED 127.0.0.1:27017 #194

Open tireder opened 5 years ago

tireder commented 5 years ago

(node:13552) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect. DB Connection Error: connect ECONNREFUSED 127.0.0.1:27017

where and how do I fix this ? thanks in advance

ThalKod commented 5 years ago

This is probably because you don't have any of Mongodb instance running locally. Try running a mongo instance first and then run the app.