rjloura / incubator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cd incubator mkvirtualenv -a . -p /usr/bin/python3 incubator

pip install --editable .

database setup:

python
from incubator import db
db.create_all()

Start incubator flask app with: python incubator.py

Then reset the ESP8266-12e so that it registers with this flask app.

About


Languages

Language:Python 58.7%Language:HTML 41.3%