npm install
# initial jest config
npx jest --init
# run tests
npx jest
npx jest --watchAll
npx jest --watch
# invoke Jest with npm
npm test
npm run test:watch
docker-compose up
npm install --save mongodb
npm install --save-dev axios
npm install --save-dev cypress
npx cypress open
# build db after booting
docker-compose up --build
npm start
npm run start:dev
docker-compose up --build
docker-compose down
cd metadata
npm install
npm test
cd scripts
terraform init
terraform apply
kubectl get services