Step 1: start mongodb and mongo-express
docker-compose -f docker-compose.yaml up
You can access the mongo-express under localhost:8080 from your browser
Step 2: open mongo-express from browser
http://localhost:8081
Step 3: create my-db
db and my-collection
collection and document with {myid: 1, data: "some dynamic data loaded from db"}
in mongo-express
Step 4: Access you nodejs application UI from browser
http://localhost:3000