https://github.com/igorlima/expressjs-graphql-server
An implementation of GraphQL in Node ExpressJS
https://github.com/igorlima/expressjs-graphql-server
Last synced: 3 months ago
JSON representation
An implementation of GraphQL in Node ExpressJS
- Host: GitHub
- URL: https://github.com/igorlima/expressjs-graphql-server
- Owner: igorlima
- Created: 2016-01-10T11:17:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T15:16:22.000Z (over 9 years ago)
- Last Synced: 2025-01-29T21:55:46.315Z (5 months ago)
- Language: JavaScript
- Homepage: http://igorlima.github.io/expressjs-graphql-server/#/
- Size: 331 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expressjs-graphql-server
An implementation of GraphQL in Node ExpressJS## Download all dependecies
```sh
npm install
```## To run
```sh
node server.js
```