Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techmsi/mental-health-api
Prototype for mental health api using Patient Health Questionnaire (PHQ-9) & returning a list of therapists.
https://github.com/techmsi/mental-health-api
lambda-functions
Last synced: about 1 month ago
JSON representation
Prototype for mental health api using Patient Health Questionnaire (PHQ-9) & returning a list of therapists.
- Host: GitHub
- URL: https://github.com/techmsi/mental-health-api
- Owner: techmsi
- License: mit
- Created: 2020-06-06T17:46:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T19:38:32.000Z (about 1 month ago)
- Last Synced: 2024-11-30T20:26:11.136Z (about 1 month ago)
- Topics: lambda-functions
- Language: JavaScript
- Homepage:
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mental-health-api
Prototype for mental health api using Patient Health Questionnaire (PHQ-9) & returning a list of therapists.
## Prerequisites
- node must be installed
## Run server locally
```
yarn
yarn start:lambda```
### Endpoints
- 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### Technologies
- Backend: lambda function