Please see the details here: https://devpost.com/software/clinic-attendant
Clinic Attendant is a contact-less virtual check-in app powered with Amazon Alexa and Google Assistant for clinics/doctors and patients using DrChrono APIs. (A hackathon project for DrChron hackathon on DevPost)
First, configure the app with environtment variables.
REDIRECT_URI
CLIENT_ID
CLIENT_SECRETS
REFRESH_TOKEN
Then, run the command:
cd svc-cron
npm install
npm run start-dev
cd voice-end
npm install
jovo run --port 4000