Express API Service with OpenTelemetry integration
- Node.js 16
- NPM Libraries
- Nodemon for Debugging and keeping track of changed files
- Express for initiating the server
- BodyParser to parse request body
docker compose -f "docker-compose.yml" up -d --build
nodemon app.js
OR
npm run start