Welcome to Digital Therapy Application
For Frontend Flutter app at the root of the project go inside folder called frontendApp then follow below steps
Step 1:
Download or clone this repo by using the link below:
git@github.com:gdscudsm/therapy.git
Step 2:
Go to project root and execute the following command in console to get the required dependencies:
flutter pub get
Step 3:
Go to project root and execute the following command in console to run the application in the phone:
flutter run
main.py in measure folder and main.py in feedack folder have entry points when deployed.
- measure function for measuring the paralysis of the hand at real-time and read the result on the firebase firestore document.
- feedback function for receiving real-time feedback about the performance of the hand on the exercises on firebase firestore document..
main.py and request_try.py files are for testing cloud functions locally.
-
Run:
pip install functions-framework -
Then launch your
hellofunction locally from main.py:functions-framework --target hello --debug -
Open your browser and type:
http://192.168.43.236:8080/ "OUTPUT: You will see `Not known request` message."
gcloud functions deploy NAME --entry-point ENTRY-POINT --runtime RUNTIME TRIGGER [FLAGS...]