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
yarn installcp .env.example .env- 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:prodTest
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covStay in touch
- Author - Jan Halama
License
nestjs-appsignal-example is licensed under the MIT License.
On this page
Contributors
MIT License
Created May 5, 2022
Updated February 24, 2024