Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 590 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 590 Bytes

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