Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 407 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 407 Bytes

SmartSole

Software development for a SmartSole - A novel IoT intended to create a pressure map visualization of your foot.

Dev Instructions

Setup

(1) Create virtual env
(2) once inside the virtual env >>pip install flask

Running the Server

(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