From 693fe141bae059585741234fa3e54de6005a8fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Wed, 2 May 2018 18:59:01 +0200 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b1694a5 --- /dev/null +++ b/README.md @@ -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.