Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rodneytamblyn opened this issue Jul 13, 2023 · 0 comments

Comments

@rodneytamblyn
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant