Mojolicious webapp with GraphQL to provided an API to browse study metadata
git clone https://github.com/Onto-Med/example-study-graphql-app
cd example-study-graphql-app
docker-compose build
docker-compose up -d
After starting docker-compose, navigate to http://localhost:4000/graphql to access the interactive GraphQL interface.
You can change the port in the docker-compose.yml
file.