To implement the Report Exporting Service. The purpose of this service is to take abstract reports and generate PDF documents and XML files out of them.
Minimum Requirements Checklist
- Define and implement endpoints for generating and returning PDF and XML reports
- Create reusable templates for exporting to PDF
To activate virtual environment run, source venv/bin/activate
To run server, flask run