node-express-mongodb
node-express-mongodb copied to clipboard
can't connect to database!
Server is running on port 8080. Cannot connect to the database! MongooseServerSelectionError: connect ECONNREFUSED ::1:27017
This is working perfectly. If you are using Windows then use "mongodb://0.0.0.0:27017/bezkoder_db" instead of "mongodb://localhost:27017/bezkoder_db". Hope this solves the problem.