Skip to content

newrelic-experimental/pern-js-otel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


OpenTelemetry for Javascript apps

This is a basic PERN stack application that is instrumented with OpenTelemetry using the JavaScript SDK.

Prerequisites

Setting up the project

  1. Clone the repository

  2. Install dependencies for the project

    run npm install in the root directory

  3. Setup and initialize the database for backend

cd backend && npm run initialize

Running the project

Run the project in development mode, run the below command in the root directory

npm run start

The node backend runs on port 8080 and the react frontend runs on port 8081.

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Other 1.6%