Price comparison app server
This project was built with Nest and Postgres to enable price comparison for different items in stores. It includes features like authentication and up-to-date price information.
$ yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
Nest is MIT licensed.