Ensar Sarajcic
d71aca4b8c
Fix datetime fields in selection for recordings |
||
---|---|---|
app | ||
migrations | ||
.env | ||
.gitignore | ||
.python-version | ||
Procfile | ||
README.md | ||
bitbucket-pipelines.yml | ||
config.py | ||
manage.py | ||
release-tasks.sh | ||
requirements.txt | ||
run.py | ||
runtime.txt |
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.