I am trying to run a simple connection to pymongo but it keeps returning that the connection was refused
Here is what I tried:
>>>from pymon
First make sure you have installed mongodb using sudo apt install mongodb
sudo apt install mongodb