Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/expo/hello-graphql
https://github.com/expo/hello-graphql
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/expo/hello-graphql
- Owner: expo
- Created: 2016-11-21T01:37:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T02:48:21.000Z (about 8 years ago)
- Last Synced: 2024-05-19T04:53:07.344Z (7 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 43
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-graphql
- An example project that integrates Exponent with [Apollo
Client](https://github.com/apollostack/apollo-client) to interact with a
[Reindex](https://www.reindex.io/) backend.- Try it here: https://getexponent.com/@community/hello-graphql
## Running it locally
Clone this repo and `npm install` and open it with XDE or exp.
If you want to use your own Reindex account, first sign up on
[Reindex.io](https://www.reindex.io/), then create a database and
install `reindex-cli` and login using the cli. Next, swap out the
`networkInterface` `uri` in `main.js` with the uri of your fancy
new database ([find your uri on the Reindex account
page](https://accounts.reindex.io/)).