A progressive Node.js framework for building efficient and scalable server-side applications.
It performs some tests with mock data in "sort.service.spec". It sorts by making a calculation with values such as price, stock, page views of certain products on an e-commerce site.
$ nvm use
$ yarn
# unit tests
$ yarn test
# e2e tests
$ yarn test:watch