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

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

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
```