Skip to content

annabialas/ppds-final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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