Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 447 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 447 Bytes

Intro

Task

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