This project is a simple tool for recording and tracking essential health parameters of patients. It provides a user-friendly interface for healthcare professionals to log various health metrics, including food intake, water consumption, urine volume, defecation frequency, and weight, along with corresponding timestamps for each entry. This information can be valuable for healthcare professionals to monitor and analyze the health status of patients over time.
Uses Poetry for dependency management and includes pre-configured tools such as black, isort, and pre-commit for linting.
In particular, it plays a crucial role in managing conditions such as kidney disease, where strict control over water intake is essential for maintaining health and preventing complications.
-
Set your token: First, navigate to the
config.json
file located in thebackend
directory. Update the file by replacing{your_token_here}
with your actual token in the following format:{ "token": "{your_token_here}" }
-
Run your server: Open your terminal and execute the following commands:
poetry install python -m uvicorn main:app --reload
This will install the necessary dependencies using Poetry and start your server using Uvicorn with automatic reloading enabled. With these steps completed, your server should be up and running, ready to handle requests.
Refer to CONTRIBUTING.md
See LICENSE for more information.