Recently faced this authentication error in mongoDB connection using docker container
In my projects i do use docker containers for the db as it is heavy to have databases in locally and it will hectic in long run so why not using docker containers. Docker containers made developers job much easier by the help of virtualization. So gr...