Sample small application to demonstrate usage of the TypeORM Entity Subscribers
$ npm install
- PostgreSQL database with a database named as: shop
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Sample small application to demonstrate usage of the TypeORM Entity Subscribers
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod