Create README.md

master
Ensar Sarajčić 2018-05-02 18:59:01 +02:00 committed by GitHub
parent eeba793162
commit 693fe141ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
README.md 100644
View File

@ -0,0 +1,12 @@
# 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.