MongoDB
What do we put for the IP address in the .MongoClient() method... is it always
import pymongo myclient = pymongo.MongoClient(“mongodb://localhost:27017/“)
Or what else can we put instead of localhost:27017
dillonjoshua68
u sure? cuz the pymongo module is there? @ironblockhd
codingmasters
@dillonjoshua68 Very sure. pymongo works perfectly well on Visual Studio Code.
@dillonjoshua68 Hi,
Read this amazing website:-
Click here
You can find MongoDB in Repl.it in the above website
Hope this helps
Please mark my answer if this helps