This repository is based on Nest framework TypeScript starter repository.
It is extended with AppSignal monitoring to demonstrate NestJS and AppSignal integration.
yarn install
cp .env.example .env
- set AppSignal push api key in .env file
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Author - Jan Halama
nestjs-appsignal-example is licensed under the MIT License.