Cvmcosta/ltijs-demo-server

For those that prefer not to install Mongo locally - you can use Mongo Atlas DB easily

Opened this issue · 0 comments

Hi all,

Just noting that this app works fine with Atlas DB. You can setup a free cluster and connect fine. Select the nodejs driver connection option and copy the connection string.

Just change index.js at line 10 to something like:

 url: 'mongodb+srv://MYUSER:MYPASS@MYDBNAMEANDURLSTRING/?retryWrites=true&w=majority',

After starting head across to Atlas and you'll see something like:

image