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

https://github.com/didaquis/react-graphql-apollo-example-server

Example of: React + GraphQL + Apollo (server)
https://github.com/didaquis/react-graphql-apollo-example-server

apollo-server apollo-server-express graphql mongoose

Last synced: about 2 months ago
JSON representation

Example of: React + GraphQL + Apollo (server)

Awesome Lists containing this project

README

        

# react-graphql-apollo-example (server)

This repo is an example of application made with React + GraphQL + Apollo.

This repository is made to work with: https://github.com/didaquis/react-graphql-apollo-example-client

### Requirements:
* MongoDB service running
* Node.js 9.4 or higher
* Configure the application:
* Edit the configuration in file `_env`
* Rename the file `_env` to `.env`

### Execute the application:
* Execute script with `node .` or `npm start`

## For development:
* For run app: `npm run dev`
* For run linter: `npm run lint`