Python (Flask) backend for IoT system made for master's degree final project
 
 
 
Go to file
Ensar Sarajcic 0f8b8c51df Merged in develop (pull request #62)
Version 0.4.6 release
2018-12-11 19:19:00 +00:00
app Add latest device recording route 2018-12-11 20:15:34 +01:00
migrations Add device documentation route 2018-11-04 15:03:02 +01:00
.env Revert "Prepare config for mailgun" 2018-10-22 19:47:44 +02:00
.gitignore Add login endpoint 2018-05-04 15:44:17 +02:00
.python-version Fix datetime fields in selection for recordings 2018-11-03 14:53:26 +01:00
Procfile Fix celery task runner and task import 2018-10-08 21:08:50 +02:00
README.md Create README.md 2018-05-02 18:59:01 +02:00
bitbucket-pipelines.yml Fix pipelines push script 2018-10-22 20:00:09 +02:00
config.py Version 0.4.6 2018-12-11 20:18:23 +01:00
manage.py Fix manage.py 2018-09-20 22:08:44 +02:00
release-tasks.sh Leave only upgrade task in release-tasks 2018-05-03 21:03:22 +02:00
requirements.txt Improve error handling on all routes 2018-11-03 18:11:52 +01:00
run.py Added virtual environment and directory structure 2018-04-26 10:49:09 +02:00
runtime.txt Add python 3.6.6 runtime.txt 2018-11-01 01:50:40 +01: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.