Python (Flask) backend for IoT system made for master's degree final project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Ensar Sarajcic 0f8b8c51df
Merged in develop (pull request #62)
4 years ago
app Add latest device recording route 4 years ago
migrations Add device documentation route 4 years ago
.env Revert "Prepare config for mailgun" 4 years ago
.gitignore Add login endpoint 5 years ago
.python-version Fix datetime fields in selection for recordings 4 years ago
Procfile Fix celery task runner and task import 5 years ago
README.md Create README.md 5 years ago
bitbucket-pipelines.yml Fix pipelines push script 4 years ago
config.py Version 0.4.6 4 years ago
manage.py Fix manage.py 5 years ago
release-tasks.sh Leave only upgrade task in release-tasks 5 years ago
requirements.txt Improve error handling on all routes 4 years ago
run.py Added virtual environment and directory structure 5 years ago
runtime.txt Add python 3.6.6 runtime.txt 4 years ago

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.