- This is an application running on Rasberry Pi serving as a way for Traditional Chinese Medicine (TCM) doctors and practitioners to interact with a pre-built prototype to gather pulse data from patient.
- The tech stack is Electron, React, MySQL database, and Raspibian OS.
- Install MySQL
- Run the setUp.sql. After finished, run PulseType.sql then Record.sql
- Clone the repo
- If you have install yarn, skip this step, else run
npm i -g yarn
- Run
yarn
to install dependencies.
For all documentations, please refer to Electron documentation, Electron React Boilerplate and React Docs