Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 800 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 800 Bytes

Nest Logo

PricePal server

Description

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.

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

License

Nest is MIT licensed.