Skip to content
Snippets Groups Projects
Commit 852caa2e authored by Joel Cavat's avatar Joel Cavat
Browse files

Add details on docker

parent d45d4e12
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,13 @@ ...@@ -3,6 +3,13 @@
## Start docker ## Start docker
Docker will run mongodb in a container. You can optionally use node with express to expose a HTTP API.
You have two options for the HTTP API:
- run locally with node (option 1)
- run node in a container (option 2)
### Option 1 (mongo containerized, node locally) ### Option 1 (mongo containerized, node locally)
build and run MongoDB and Node.js API with `orders.json` dump: build and run MongoDB and Node.js API with `orders.json` dump:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment