Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orinamio/graphql-express-nodejs
A Simple GraphQL Server implementation using Express and Node. See post here: https://t.co/Cm6GitZaBL
https://github.com/orinamio/graphql-express-nodejs
graphql graphql-api graphql-express-nodejs graphql-js graphql-schema graphql-server
Last synced: about 1 month ago
JSON representation
A Simple GraphQL Server implementation using Express and Node. See post here: https://t.co/Cm6GitZaBL
- Host: GitHub
- URL: https://github.com/orinamio/graphql-express-nodejs
- Owner: orinamio
- Created: 2017-05-30T08:54:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T07:39:29.000Z (over 7 years ago)
- Last Synced: 2024-10-08T22:05:01.282Z (about 1 month ago)
- Topics: graphql, graphql-api, graphql-express-nodejs, graphql-js, graphql-schema, graphql-server
- Language: JavaScript
- Homepage: https://graphql-express-starter.herokuapp.com/
- Size: 2.16 MB
- Stars: 25
- Watchers: 2
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-express-nodejs
A Simple GraphQL Server implementation using Express and Node JS# Installation
```
npm install
```
Run it using `node server.js` in the root directory of your application.