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
- Host: GitHub
- URL: https://github.com/pitou/graphql-node-starter-kit
- Owner: pitou
- Created: 2016-01-17T17:22:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T13:26:13.000Z (over 10 years ago)
- Last Synced: 2025-06-02T04:42:52.068Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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