PDF Generator micro-service for the ROSES website.
To install the dependencies needed for the application you need to run the following commands from the project's folder;
pip install -r requirements.txt
You also need to install wkhtmltopdf. See their page for installing on the OS you are using.
The frontend will be available at localhost:5000.
FLASK_APP=main.py flask run
Here is a quick list to easily navigate to the documentation of some of the frameworks used in this app;