this will work , replace this localhost:27017 with this 127.0.0.1:27017, mainly we are specifying 127.0.0.1 instead of just saying localhost , which is a loop back ip for localhost
localhost:27017
127.0.0.1:27017