This is a basic PERN stack application that is instrumented with OpenTelemetry using the JavaScript SDK.
- Node.js version v14.x or later
- PostgreSQL version v12.x or later
-
Clone the repository
-
Install dependencies for the project
run
npm install
in the root directory -
Setup and initialize the database for backend
cd backend && npm run initialize
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.