Skip to content

engelmi/ts-aspect-nestjs-example

Repository files navigation

Using ts-aspects with NestJs

This repository is based on the TypeScript Starter Repository of NestJS. It extends the "Hello World" controller endpoint by adding a logging aspect to the called service using ts-aspect.

Installation

$ npm install

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

About

Example project showing the use of ts-aspect with nestjs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published