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)
- Host: GitHub
- URL: https://github.com/didaquis/react-graphql-apollo-example-server
- Owner: didaquis
- License: isc
- Created: 2019-02-14T20:22:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T15:46:48.000Z (over 2 years ago)
- Last Synced: 2025-03-11T03:47:27.836Z (about 2 months ago)
- Topics: apollo-server, apollo-server-express, graphql, mongoose
- Language: JavaScript
- Homepage:
- Size: 384 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`