https://github.com/redcap-tools/redcaptainhook
REDCap + Webhooks
https://github.com/redcap-tools/redcaptainhook
Last synced: about 1 year ago
JSON representation
REDCap + Webhooks
- Host: GitHub
- URL: https://github.com/redcap-tools/redcaptainhook
- Owner: redcap-tools
- Created: 2013-07-28T21:41:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-25T14:02:46.000Z (over 12 years ago)
- Last Synced: 2025-02-10T10:24:43.586Z (over 1 year ago)
- Language: Python
- Size: 418 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REDCaptainHook
This project aims to implement a site-wide application that responds to REDCap Data Entry triggers by queuing work to be done. Users will be able to log in, setup their projects, triggers and processes and RCH will do the rest.
## Development
### Environment variables
These environment variables are used in development.
* RCH_DEV_DB_HOST
* RCH_DEV_DB_PASS
* RCH_DEV_DB_USER
* RCH_DEV_DB_PORT
* RCH_DEV_DB_NAME
* SECRET_KEY
You should also set `DJANGO_SETTINGS_MODULE` to `redcaptainhook.settings.dev` so you don't always have to specify `--settings`.
### Requirements
Setup a virtual environment and `pip install -r reqs/dev.text`. That should build everything you need in the dev environment.
Scott Burns
scott.s.burns@vanderbilt.edu