Skip to content

Semyonic/shop-app

Repository files navigation

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

Releases

No releases published

Packages

No packages published