GitHunt
SU

superfaceai/nestjs-appsignal-example

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.

Contributors

MIT License
Created May 5, 2022
Updated February 24, 2024
superfaceai/nestjs-appsignal-example | GitHunt