https://github.com/maxpou/nodejs-graphql
https://github.com/maxpou/nodejs-graphql
getting-started graphql nodejs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxpou/nodejs-graphql
- Owner: maxpou
- Created: 2016-10-17T12:30:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T16:31:10.000Z (over 9 years ago)
- Last Synced: 2025-10-28T22:46:30.590Z (8 months ago)
- Topics: getting-started, graphql, nodejs
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS-GraphQL
The [GraphQL.js Getting started](http://graphql.org/graphql-js/).
## Installation
```
npm install
```
## Using
1. `npm run`
2. Go to [http://localhost:4000/graphql](http://localhost:4000/graphql)