/nestjs-jsreport-examples

Example app demonstrating NestJS and JSReport integration

Primary LanguageHTML

nestjs-jsreport-examples

git clone https://github.com/moofoo/nestjs-jsreport-examples && \
cd nestjs-jsreport-examples && \
yarn && \
yarn start:dev

This repo demonstrates what you can do with the core JSReport libraries programmatically in your own NodeJS apps.

Neither JsReport's 'Template Studio', their SaaS offerings, or any other SaaS provider or external service is involved in creating these reports. All templating and report generation is performed locally by the NestJS server, using the JSReport 'renderer core' and the necessary extensions.

The NestJS + JsReport integration is a work in progress. See nest-js-report

I replicated all of the JSReport "showcase" reports, except for the "PDF Stock Report". Additional reports were pulled from examples in the JSReport Playground.

Implemented Reports and Endpoints