A reporting-aggregator-svc
project is a reporting service that aggregates transactional data from MySQL by joining multiple tables and composes denormalized records into MongoDB for efficient reporting.
npm install
Command to transpile Typescript into JS:
npm run build
npm start
npm test