This project aimed to build a glucose management software for insulin therapy candidates and patients, similar to systems employed in healthcare settings as well as electronic health record software.
./app
β
ββββcms
β ββββcms
β β settings.py
β β urls.py
β β wsgi.py
β ββββrecords
β β __init__.py
β β admin.py
β β apps.py
β β models.py
β β tests.py
β β urls.py
β β views.py
β ββββmigrations
β β ...
β ββββtemplates
β ββββrecords
β ββββcss
β β ...
β β base.html
β β index.html
β β db.json
β β manage.py
β
The services that make up the app are defined in docker-compose.yml. To run the app, firstly clone the repoository, change directory to the app, and run docker-compose up.
git clone https://github.com/ncanna/Glytech
cd app
docker-compose up