Prototype for mental health api using Patient Health Questionnaire (PHQ-9) & returning a list of therapists.
- node must be installed
yarn
yarn start:lambda
-
GET
/api/phq9
- return PHQ-9 questionnaire
-
POST
/api/diagnosis
- return PHQ-9 score to receive diagnosis
-
GET
/api/therapists
- return a list of therapists
-
GET
/api/therapists?limit=5
no default- returns an
n
number of therapists
- returns an
- Backend: lambda function