Skip to content

GraphQL server for communication between the frontend and the backend

License

Notifications You must be signed in to change notification settings

Ren22/sm-graphql

 
 

Repository files navigation

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.

About

GraphQL server for communication between the frontend and the backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%