Stock Analysis and order notifications.
$ yarn install
# development
$ yarn start
# watch mode
$ npm run start:dev <app>
# production mode
$ npm run start:prod <app>
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov