An open API service indexing awesome lists of open source software.

https://github.com/davewalker5/healthtracker

SQLite-based health metrics record implemented in C# with separate REST API
https://github.com/davewalker5/healthtracker

Last synced: 4 months ago
JSON representation

SQLite-based health metrics record implemented in C# with separate REST API

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/davewalker5/HealthTracker/workflows/.NET%20Core%20CI%20Build/badge.svg)](https://github.com/davewalker5/HealthTracker/actions)
[![Coverage](https://codecov.io/gh/davewalker5/HealthTracker/branch/main/graph/badge.svg?token=U86UFDVD5S)](https://codecov.io/gh/davewalker5/HealthTracker)
[![GitHub issues](https://img.shields.io/github/issues/davewalker5/HealthTracker)](https://github.com/davewalker5/HealthTracker/issues)
[![Releases](https://img.shields.io/github/v/release/davewalker5/HealthTracker.svg?include_prereleases)](https://github.com/davewalker5/HealthTracker/releases)
[![License: MIT](https://img.shields.io/badge/License-mit-blue.svg)](https://github.com/davewalker5/HealthTracker/blob/main/LICENSE)
[![Language](https://img.shields.io/badge/language-c%23-blue.svg)](https://github.com/davewalker5/HealthTracker/)
[![Language](https://img.shields.io/badge/database-SQLite-blue.svg)](https://github.com/davewalker5/HealthTracker/)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/davewalker5/HealthTracker)](https://github.com/davewalker5/HealthTracker/)

# Health Tracker

> [!IMPORTANT]
> This project is under development and currently lacks a UI for accessing the API. A UI and more extensive Wiki documentation will be added in due course.

Health Tracker is an application for recording health metrics, maintaining details of:

- Measurements
- Blood glucose measurements
- Blood oxygen saturation measurements
- Blood pressure measurements
- Cholesterol measurements
- Exercise records
- Weight measurements
- Medications
- Medication definitions
- Person/medication associations and medication tracking
- Reports
- Flexible reporting using Jupyter Notebooks with data retrieval via the API
- Data Exchange via CSV import and export

# Getting Started

Please see the [Wiki](https://github.com/davewalker5/HealthTracker/wiki) for configuration details and instructions on how to run the application.

# Authors

- **Dave Walker** - _Initial work_

# Feedback

To file issues or suggestions, please use the [Issues](https://github.com/davewalker5/HealthTracker/issues) page for this project on GitHub.

# License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details