Skip to content

LifeAdventurer/patient-diet-recorder

Repository files navigation

Patient Diet Recorder

Patient Side Monitor Side

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.

Importance for Kidney Disease Management

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.

Getting Started

  1. Set your token: First, navigate to the config.json file located in the backend directory. Update the file by replacing {your_token_here} with your actual token in the following format:

    {
        "token": "{your_token_here}"
    }
  2. 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.

Want to Contribute?

Refer to CONTRIBUTING.md

LICENSE

See LICENSE for more information.