I installed adminMongo.
Follow the installation instructions :
Navigate to folder & install adminMongo: git clone link & cd adminMongo Install dependencies: npm install Start application: npm start or node app Visit link in your browser
To get to the login page of step (4) and from there I could not pass.
I need to fill in the "Connection string"
field, but I do not know what to set there.
EDIT: I'm referring to this string here:
mongodb://<user>:<password>@127.0.0.1:<port>/<db>
Can anyone explain me? Thanks!