Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Now the app will be running at http://localhost:3001 🎉

Make some requests to this application by calling the above URL multiple times. You can then check your NestJS application metrics in SigNoz dashboard

Note

The exporter IP is set to localhost so app will be sending data to localhost IP, if SigNoz is installed that different IP then update that IP at this line.