Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 499 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 499 Bytes

Description

This application allows for the operation, configuration management, data logging, and plotting of results from a Labjack T7, as configured for LRE's Senior Design project through CSULB AVEP.

Video

Local Setup

Assuming python3 is already installed:

git clone https://robproject/lre-sendes
cd lre-sendes
pip install -r sendes/requirements.txt
export FLASK_APP=sendes/app FLASK_ENV=development FLASK_DEBUG=1 SECRET_KEY=my_key
flask run