Welcome ThriveAI: A groundbreaking concept that empowers the patient to play a more active role in their health.
Here is how to set it up.
- Clone the repo
- cd into flask server
cd flask-server
and run the commandsource venv/bin/activate
- Run
pip install -r requirements.txt
to install all dependencies, and resolve any missing dependencies if needed. - Run
python3 -m server
to start our API - cd into client
cd client
and runnpm start
--> Note: make sure you have npm and node.js installed and properly configured!
That's it! Enjoy!