chalvorson / report-engine

Very simple HTML report generation using FastAPI post data and Jinja2 templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

report-engine

Very simple HTML report generation using FastAPI post data and Jinja2 templates.

Background

I needed a simple report generator that could receive HTTP POST data, apply that to an HTML template to produce a report, and return the url to the new report. This project scratches that itch.
Also, I wanted to try out FastAPI. Which, by the way, I like. 😃

About

Very simple HTML report generation using FastAPI post data and Jinja2 templates.

License:MIT License