0
I installed the adminMongo.
I followed the installation instructions:
- Navigate to Folder & install adminMongo: git clone https://github.com/mrvautin/adminMongo.git && cd adminMongo
- Install dependencies: npm install
- Start application: npm start or Node app
- Visit http://127.0.0.1:1234 in your browser
Until I reached the login page of step (4) and from there I could not pass.
I need to fill in the field "Connection string"
, but I don’t know what I should set there.
EDIT: I refer to this string here:
mongodb://<user>:<password>@127.0.0.1:<port>/<db>
Can anyone explain to me? Thank you!
You’re talking about this string
mongodb://<user>:<password>@127.0.0.1:<port>/<db>
? Be clearer on your problem.– Tuxpilgrim
Exactly! That very string! I will improve the question.
– Jose Henrique