Skip to content

ncanna/glytech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Summary

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
β”‚

Usage

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

About

Dockerized Django app for clinical glucose management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors