Award-winning project, top 10 hack and Best Use of Google Cloud.
A mobile app that simplifies the in-patient insulin titration process for patients with high blood sugar. Simplifying, minimizing mistakes, saving people's lives.
React Native, FastAPI/Python, GCP Cloud Run/Cloud Build, MongoDB, Docker
-
Clone the repo:
git clone https://github.com/sugar-guardians/HopHacks2023.git
-
For backend, install the Python dependencies:
pip install -r requirements.txt
To run: uvicorn main:app --reload
or python main.py
-
For fronend, navigate to the
nurse_app
directory and runnpm install
-
For database, we are using MongoDB Atlas, MongoDB's managed database service. No local installation necessary.
pytest --cov=main .
for % lines covered
pytest --cov=main --cov-report=html
to generate code coverage report