Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.