Connecting to my local DB

Please see attached. How do i connect to my local db via other project with what uri?

Connecting to your db via a project will depend on what your project is written in, then you will use that languages tools to connect.

But from the picture it looks like your uri is mongodb://127.0.0.1:3335 . You can test the uri from the command line and run the mongo command followed by your uri.

1 Like