An open API service indexing awesome lists of open source software.

https://github.com/pitou/graphql-node-starter-kit

Starter kit for Node.js implementation of GraphQL
https://github.com/pitou/graphql-node-starter-kit

Last synced: 12 months ago
JSON representation

Starter kit for Node.js implementation of GraphQL

Awesome Lists containing this project

README

          

# GraphQL Node.js Starter Kit

Sample project referenced in the article "GraphQL: an introduction", featured in Facile.it tech blog:

http://engineering.facile.it/graphql-an-introduction/

# How to start

```
npm install

npm start
```

Then load the GraphiQL interface in the browser at http://localhost:3000/graphql.

# References

GraphQL Node.js implementation: https://github.com/graphql/graphql-js

Express middleware: https://github.com/graphql/express-graphql