Skip to content

byoc-io/headliner-graphql

Repository files navigation

Headliner API Server (GraphQL)

Graphql is a query language for APIs. This project describes data from Atom, Inkling Habitat and Jasper Genesis APIs

Setup

  • npm install
  • npm run dev

The server should now accept requests at http://localhost:3000/graphiql

Tests

  • npm run test to run unit tests
  • npm run integration to run integration tests
  • run run teamcity to run both unit and integration tests and generate coverage report

Reference