Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 243 Bytes

File metadata and controls

7 lines (5 loc) · 243 Bytes

This is an example of an instrumented Nest.js app, using Prisma and Winston.

Get it running:

  1. Copy sample.env to .env
  2. Edit .env to add your New Relic ingest key, and any other desired changes.
  3. Start with docker-compose up --build.