PharmaLedger-IMI / ctr-workspace

UC8 Clinical Trials Recruitment
MIT License
2 stars 0 forks source link

UC8 Clinical Trials Recruitment ctr-workspace

ctr-workspace bundles all the project folders.

Sub-folders:

See the README.md of each sub-folder for specific instructions (with the exception of ctr-homepage).

ctr-patient, ctr-backoffice-frontend and ctr-backoffice-backend provide 3 services that need to be running fot the ctr-patient/patient-ssapp to work in a standalone environment. See the start.sh script as an example of starting up all the services.

The ctr-backoffice-backend also depdends on a local PostgreSQL service (described on the README.md of ctr-backoffice-backend). If you want to avoid the complexity of setting up a PostgreSQL database locally, you may use the database at the DEV environment through the REST services, and only run the ctr-patient (and optionally the ctr-backoffice-frontend) locally. See the README.md of each application for more information on configuring REST services.

Contributions

If you think you can contribute, please check with the team, if it is ok to submit a pull-request.

Follow the "10 commandments" at https://jaxenter.com/10-commandments-committing-pull-requests-115707.html

  1. Thou Shalt not reformat
  2. Thou shalt absolutely not fix whitespace
  3. Thou Shalt not refactor
  4. Thou Shalt not move
  5. Thou Shalt not rename
  6. Thou shalt document
  7. Thou shalt not implement more than one thing in a single commit
  8. Thou shalt ask the vendor / community first
  9. Thou shalt not demand
  10. Thou shalt accept the license terms