An open API service indexing awesome lists of open source software.

https://github.com/jsreport/jsreport-dotnet-example-docker-compose

Run jsreport in one container, .net core app in another container and orchestrate them using docker-compose
https://github.com/jsreport/jsreport-dotnet-example-docker-compose

Last synced: 8 months ago
JSON representation

Run jsreport in one container, .net core app in another container and orchestrate them using docker-compose

Awesome Lists containing this project

README

          

# jsreport .net docker-compose example

Simply open in VS and run docker with F5.

The example shows how you can run jsreport outside your app what is generally a better practice. It shows how you can use the [jsreport.AspNetCore](https://jsreport.net/learn/dotnet-aspnetcore) and Razor views to render reports through "external" jsreport docker container.

Additionally, it shows how you can define reports inside jsreport studio. Mount the data volume so your templates stay in the version control. And how to render such stored reports from your app.