Skip to content

superfaceai/nestjs-appsignal-example

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published