Speech Therapist is a React application that allows patients with aphasia to start self-therapy and eventually connect with a therapist. It also serves as a tool for therapists who want to give their patients an option for self-delivered therapy.
- Install Node.js: https://nodejs.org/en/
- Clone the repository:
git clone https://github.com/xjusko/speech_therpist_patient_app.git
- or using SSH
git clone [email protected]:xjusko/speech_therpist_patient_app.git
- Install the dependencies:
npm install
oryarn install
- Connect to the faculty VPN server: https://www.fi.muni.cz/tech/unix/vpn.html.cs
- Start the app:
npm run dev
oryarn run dev
The app will be running at http://localhost:5173/.
Exercise and therapist data are not part of this application, thus I am not responsible for that content.
To try out a test account connected to a test therapist account, login using the following data:
- email:
[email protected]
- password:
Passw0rd
TODO: Add contribution guidelines
This project is licensed under the Apache License, Version 2.0. See Apache License, Version 2.0 for details.