Wednesday 27 September 2017

How can I set up client access to my MongoDB Database?

I am running on Windows and have:Run mongod in a terminalUsed a python script and pymongo to write information to this database.What I am trying to do is set up a website, using html, javascript and node.js, to access the data in the database. I understand this is a "client" then as opposed to a "server". Everything I've found online about this has been extremely unhelpful.I just want to get the data that I put in the database into the javascript file for the website.Could anyone please help me with how to do this? Thanks

Submitted September 27, 2017 at 04:39PM by julywildcat

No comments:

Post a Comment