ESHackathon / roses-pdf-generator

PDF generator for the roses website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROSES PDF Generator

PDF Generator micro-service for the ROSES website.

Setup

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.

Development

The frontend will be available at localhost:5000.

FLASK_APP=main.py flask run

Dependency References

Here is a quick list to easily navigate to the documentation of some of the frameworks used in this app;

About

PDF generator for the roses website.

License:MIT License


Languages

Language:HTML 99.3%Language:Python 0.7%