# Services Development

# Docker

Common commands using docker:

  • make install - install packages
  • make up - start all services
  • make down - stop all services
  • make test - run tests

# Local

Common commands using native npm

  • npm i - install packages
  • npm test - run all tests
  • npm test test/cases/http - run specific tests
  • DEBUG=* npm test test/cases/http - run specific tests with enable debugging