# Services Development
# Docker
Common commands using docker:
make install- install packagesmake up- start all servicesmake down- stop all servicesmake test- run tests
# Local
Common commands using native npm
npm i- install packagesnpm test- run all testsnpm test test/cases/http- run specific testsDEBUG=* npm test test/cases/http- run specific tests with enable debugging