Select Git revision
README.md 416 B
build and run MongoDB and Node.js API with orders.json dump:
(run mongo-seed first !!)
docker-compose up --build -d mongo-seed
docker-compose up -d
use mongodb (mongo shell):
docker-compose exec mongo-orders mongo admin
in mongodb shell:
show dbs;
use order;
show collections;
db.orders.find();
API in Node.js available, example route http://localhost:8080/by-customer-pseudo/A**D