Update develop.md (#14025)

* Update develop.md

- provided more clarity to the structure of the mongo database connection string used as CONNECTIONSTRING environment variable to run the docker image in the sample node.js project.

* Update develop.md
This commit is contained in:
OGUNSOLA USMAN ADEBAYO 2022-02-24 15:15:46 +01:00 committed by GitHub
parent 3d884a7138
commit f5ed385f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ $ docker run \
node-docker
```
The `yoda_notes` at the end of the connection string is the desired name for our database.
Lets test that our application is connected to the database and is able to add a note.
```console