Skip to content
Snippets Groups Projects
Verified Commit 608ac712 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Add instructions

parents
No related branches found
No related tags found
No related merge requests found
To develop locally with MongoDB, it is useful to have a database with a web
user interface to play around and see what your code does. This is especially
useful to *test* the code of future unit tests.
RUn
```console
docker run -d --net host mongo
docker run -d --net host mrvautin/adminmongo
```
Open [localhost:1234](http://localhost:1234) and enter `mongodb://localhost/`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment