Install wkhtmltopdf (necessary for pdfkit):
Linux: sudo apt-get install wkhtmltopdf macOS: brew install wkhtmltopdf Windows: Download from wkhtmltopdf.org
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
export PORT=3002 && gunicorn
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
export PORT=3002 && gunicorn