limanmys / fastapi-report-engine

Reporting service that allows you to obtain customized PDF and CSV reports using .docx extension report templates created in Jinja2 format.

Home Page:https://liman.havelsan.com.tr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI Report Engine

Reporting service that allows you to obtain customized PDF and CSV reports using .docx extension report templates created in Jinja2 format.

Usage

You can start using the current deb package by installing it on Ubuntu 20.x and 22.x systems via the link . It works on the system under the service name report-engine.service and over port 8001.

sudo apt install ./report-engine-47.deb
# to show service logs
sudo journalctl -u report-engine.service -f

Documentation

While the service is running properly, Swagger documentation can be accessed at localhost:8001/docs. Additionally, the .json file for Postman documentation can be downloaded from the link.

swagger.png

About

Reporting service that allows you to obtain customized PDF and CSV reports using .docx extension report templates created in Jinja2 format.

https://liman.havelsan.com.tr


Languages

Language:Python 94.2%Language:Dockerfile 5.8%