Clean Code and Clean Architecture course

CI Coverage Status Maintainability

Running

Create containers

docker-compose up -d --build

Start a bash

docker-compose exec node bash

Install dependencies

npm ci

Run tests

npm test

Useful commands

Down

  • Remove containers

docker-compose down --remove-orphans -t 30

Stop

  • Stop containers

docker-compose stop