Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 189 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 189 Bytes

GraphQL_ExpressAPP

First attempt at a GraphQL API

Start App

npm start

Navigate to http://localhost:3500/graphiql

Run Unit Tests

Unit tests are using mocha and chai

npm test