/sm-graphql

GraphQL server for communication between the frontend and the backend

Primary LanguageJavaScriptApache License 2.0Apache-2.0

This project has been migrated into https://github.com/metaspace2020/metaspace

sm-graphql

GraphQL interface to SM engine (prototype)

Development setup

  1. Copy config.json.template to config.json and edit credentials to match your SM engine installation.
  2. npm install
  3. npm install -g babel-cli nodemon
  4. Run nodemon --exec babel-node server.js, it will automatically restart Node.JS server when the code changes.
  5. Open localhost:3010/graphiql in the browser to play with queries.

Funding

This project is funded from the European Horizon2020 project METASPACE (no. 634402), NIH NIDDK project KPMP and internal funds of the European Molecular Biology Laboratory.

License

This project is licensed under the Apache 2.0 license.