Payment Sub System API with NestJS
-
Clone from git
-
cd into Payment-Sub-System-API
-
run
yarn install
to install all dependencies
# development mode with Dockerfile.dev
$ docker-compose up
# production mode with Dockerfile
$ docker-compose up
# unit tests
$ yarn test
# test coverage
$ yarn test:cov
username
: root
password
: root
In the invoice_discount
table, the column name
is considered as both product category name
or product name
.
In summary, All product categories
and products
are in the invoice_discount
table.
Nest is MIT licensed.