An file comparer web app using python flask as the web app framework, python to run comparison scripts & display chart, and javascript/css for fun web design effects.
- Clone & cd into repo
- Install requirements:
pip3 install -r requirements.txt - Activate the virtual environment:
source fun-env/bin/activate - Export Flask app:
export FLASK_APP=run.py - Run web app:
python3 run.py
Now live on heroku! https://file-comparer.herokuapp.com
