Well, I am trying to do the same process on both computers Laptop and a PC on windows 10. I just want to get a successful connection between one computer and the server through atlas that is it. I am signing through mongo in cmd using mongo “mongodb+srv://cluster0-pgp0d.mongodb.net/test” --username AndrewAlkazeer and I get a connection but mongod still saying waiting for connections on port 27017.
When I was doing my research on stack over flow one of those people who replied to the post mentioned to use “docker run --rm -p 27017:27017 mongo” and said it worked, where do I use that code?
I know you are not on windows and thank you for replying but hopefully another person read that post and know what it does and where to put it on.