Python (Flask) backend for IoT system made for master's degree final project
 
 
 
Go to file
esensar 41394f2c2d Leave only upgrade task in release-tasks 2018-05-03 21:03:22 +02:00
app Make config loading silent 2018-05-03 20:55:16 +02:00
env Add roles in migration 2018-05-03 16:40:30 +02:00
migrations Add simple registration 2018-05-03 16:58:44 +02:00
.gitignore Reformat files according to PEP8 2018-04-26 15:03:38 +02:00
Procfile Add release-tasks script for setting up database 2018-05-03 21:00:48 +02:00
README.md Create README.md 2018-05-02 18:59:01 +02:00
config.py Connect to hivemq broker for testing 2018-05-03 20:56:48 +02:00
manage.py Clean up imports and bad code 2018-05-03 14:23:24 +02:00
release-tasks.sh Leave only upgrade task in release-tasks 2018-05-03 21:03:22 +02:00
requirements.txt Add Procfile for heroku 2018-05-03 20:50:51 +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.