I'm using express-session
and am now wanting to use connect-mongo
to persistently store session. I have seen the docs and some tutorials and mostly understand how it works, but I assume you need a mongoDB instance setup in the first place so connect-mongo
has something to connect to?
Some examples I have seen involve connecting to a test mongoDB on localhost, so is it just a case of installing mongoDB as standard and then using that instance?