A progressive Node.js framework for building efficient and scalable server-side applications.
$ yarn# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:proddocker build -t mediamine/collection-web-scraper .
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:covNest is MIT licensed.