Go to file
2023-10-29 11:15:51 +01:00
app First Commit!! 2023-10-29 11:15:51 +01:00
.gitignore First Commit!! 2023-10-29 11:15:51 +01:00
docker-compose.yaml First Commit!! 2023-10-29 11:15:51 +01:00
Dockerfile First Commit!! 2023-10-29 11:15:51 +01:00
pylint.toml First Commit!! 2023-10-29 11:15:51 +01:00
README.md First Commit!! 2023-10-29 11:15:51 +01:00
requirements-dev.txt First Commit!! 2023-10-29 11:15:51 +01:00
requirements.txt First Commit!! 2023-10-29 11:15:51 +01:00
sample_data.flaskshell First Commit!! 2023-10-29 11:15:51 +01:00

Home API

Google & Co. really do not need to know any healthdata. So lets start a home api that stores blood pressure, weight and lets see what follows.

The apis are documented by swagger.

Configuration

The server is configured by its environment or a .env file read by python-dotenv:

## Where data will be stored
FLASK_SQLALCHEMY_DATABASE_URI=sqlite:///db.sqlite3

## Docker image and registry
DOCKER_IMAGENAME=code.elfring.ms/elfrinjo/homeapi