Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 704 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 704 Bytes

ppds-final

This is the final interface for Projects in Programming and Data Science with Prof. Panos Ipeirotis.

Disclaimer: This was my first attempt at Flask + Jinja2, entirely self-taught. I did the entire thing in a YOLO mode over the weekend while writing my thesis at the same time. The quality of this CSS does not reflect the level of my mastery of it. Thank you for understanding :')

Disclaimer2: Please, run on Chrome. Not cross-browser compatible.

To install:

clone the repository
cd into the project folder

virtualenv venv
pip3 install -r requirements.txt

To run the app:

source venv/bin/activate
python3 app.py

The app runs on port 5000