This contains a dummy implementation of the eLife 2.0 API.
docker compose run app ./bin/import 09560
The above command should result in a data fixture for article 09560 being created at data/articles/09560.json
docker compose up
Then visit http://localhost:8080/articles in your browser.
docker compose -f docker-compose.dev.yml run composer install
docker compose run --rm app ./project_tests.sh