This is an example of an E-commerce API built with NestJS, which can be used as a reference in other projects.
npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# unit tests
$ npm run test
# test coverage
$ npm run test:cov
# Generate migration
$ npm run migration:generate -- db/migrations/initial
# Run migration
$ npm run migration:run
http://localhost:3200/api/docs