Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 774 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 774 Bytes

nestjs-appsignal-example

Description

This repository is based on Nest framework TypeScript starter repository.

It is extended with AppSignal monitoring to demonstrate NestJS and AppSignal integration.

Setup

  1. yarn install
  2. cp .env.example .env
  3. set AppSignal push api key in .env file

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

License

nestjs-appsignal-example is licensed under the MIT License.