Software development for a SmartSole - A novel IoT intended to create a pressure map visualization of your foot.
(1) Create virtual env
(2) once inside the virtual env >>pip install flask
(1) >>export FLASK_APP=smartSole.py (Mac) set FLASK_APP=smartSole.py (Windows)
(2) >>flask run
(3) nav to http://localhost:5000/ in your browser