Python (Flask) backend for IoT system made for master's degree final project
 
 
 
Go to file
esensar d82d46109b Merge branch 'master' of github.com:esensar/university-final-iot-backend 2018-05-02 18:59:13 +02:00
app Update Recording model to use proper timestamps 2018-04-27 16:06:16 +02:00
env Add basic SQLAlchemy setup 2018-04-26 14:51:37 +02:00
migrations Update Recording model to use proper timestamps 2018-04-27 16:06:16 +02:00
.gitignore Reformat files according to PEP8 2018-04-26 15:03:38 +02:00
README.md Create README.md 2018-05-02 18:59:01 +02:00
config.py Add simple recordings table 2018-04-27 10:47:24 +02:00
manage.py Add simple recordings table 2018-04-27 10:47:24 +02:00
requirements.txt Add simple recordings table 2018-04-27 10:47:24 +02:00
run.py Added virtual environment and directory structure 2018-04-26 10:49:09 +02:00

README.md

university-final-iot-backend

Python (Flask) backend for IoT system made for master's degree final project

Project structure

Project is structured around slim app and different contexts (packages) using Blueprints.

app directory contains the application and packages as subdirectories. env directory contains a virtual environment used to run application. migrations directory contains migrations created by SQLAlchemy (Alembic). manage.py is used to run server, manage database.