Skip to content

KU-SKE17/Bootstrapping-Microservices-with-Docker-Kubernetes-and-Terraform-Chapter-8-11

Repository files navigation

Chapter 8-11

Setup

npm install

Chapter 8

# 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

Chapter 9

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published