I follow this mongoose document enter link description here
mongoose.connect(\'mongodb://localhost/waterDB\');
Using This, I can connect lo
Try without the Port no.
mongoose.connect('mongodb://192.168.1.100/waterDB');
this should work for you.
But make sure both are connected on the same network, if you are connected on other network than your server is, then it wont work