The BBMRI-ERIC Negotiator service for structured negotiation with biological resources dealing with human data and/or biological samples.
This is a new implementation of the Negotiator. Stating with version 3.0.0. Older version of this service can be found on this repository: https://github.com/BBMRI-ERIC/negotiator.bbmri
A development version of the service can be found here:
The database design can be found here: https://dbdiagram.io/d/5f84671a3a78976d7b774fec
To create a test version of the negotiator perform the following steps:
- Clone this repository using
git clone https://github.com/BBMRI-ERIC/negotiator-v3.git
- cd into the directory:
cd negotiator-v3
- Run the docker image build
docker-compose build negotiator
- Run the compose
docker-compose up -d
The negotiator will run using Postgres as DBMS and it will respond on http://localhost:8080
.
Some test data will also be added