Digitoo homework
# Install node_modules
$ yarn install
# Install postgres and pg admin and dockerize it in background
$ cd docker && docker-compose up -d
# Create test database, password for connection is 'root'
$ yarn init:testdb
$ npm run start
# unit tests
$ yarn test