This is the prototype frontend for the DataAccessRequestAssistant DARA.
It is currently accessible via https://daskita.github.io/dara-frontend.
The Data Access Request Assistant (DARA) consists of
- a process repository (DARA-API),
- a browser-extension as automation engine (DARA-Extension), and
- this frontend (DARA-Frontend)
For more information on DARA, please refer to the general DaSKITA readme.
It is ment to be used together with DARA browser extension, which is based on the automa extension.
You can download the extension here:
Chrome Web Store |
Firefox Add-ons |
This frontend was build using React.
- JavaScript
- Node >= 14
- React Scripts, install e.g. with
npm i react-scripts
Just run npm start
, afterwards, http://localhost:3000/dara-frontend
will open automatically.