Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 511 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 511 Bytes

Nest Logo

Description

Sample small application to demonstrate usage of the TypeORM Entity Subscribers

Installation

$ npm install

Requirements

  • PostgreSQL database with a database named as: shop

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod