Preface: MongoDB is a free and open-source No-SQL document database. It’s extensively used in web applications and NLP. By default MongoDB connects to localhost(127.0.0.1). Therefore we can access all databases and its services on the same computer where it is installed. But there are times when we require to connect MongoDB to a remote location. In this blog, we shall go through each step which will help us to configure MongoDB in a remote system. Environment Setup: We have two computers. Both of these are connected to a local network. System one will be our server(IP: 192.168.1.11). It uses Ubuntu
Read More