Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit c7525be

Browse files
committed
Added quickstart link for GraphQL client
1 parent bd8f8e2 commit c7525be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

surveyo/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Surveyo is a sample app that provides users with a survey tool that they can use
4040

4141
### No-Auth Version
4242

43-
+ Inside the root folder, locate the `schema_noauth.graphql` file, copy all the content and run it in your `Graphql client` or via `terminal` using the command `curl -X POST localhost:8080/admin/schema --data-binary <@SCHEMA_NOAUTH.GRAPHQL>`.
43+
+ Inside the root folder, locate the `schema_noauth.graphql` file, copy all the content and run it in your [Graphql client](https://dgraph.io/docs/graphql/quick-start/) or via `terminal` using the command `curl -X POST localhost:8080/admin/schema --data-binary <@SCHEMA_NOAUTH.GRAPHQL>`.
4444
+ Inside the src folder locate the `ApolloConfig.js` file and inside the `createApolloClient` function change the value of the `GRAPHQL ENDPOINT` constant > to `http://localhost:8080/graphql`.
4545
+ In the root folder of the application, open a terminal and run the following commands: `npm install` and then `npm start`.
4646

4747
### Auth Version
4848

49-
+ Inside the root folder, locate the `schema.graphql` file, copy all the content and run it in your `Graphql client` or via `terminal` using the command `curl -X POST localhost:8080/admin/schema --data-binary <@SCHEMA.GRAPHQL>`.
49+
+ Inside the root folder, locate the `schema.graphql` file, copy all the content and run it in your [Graphql client](https://dgraph.io/docs/graphql/quick-start/) or via `terminal` using the command `curl -X POST localhost:8080/admin/schema --data-binary <@SCHEMA.GRAPHQL>`.
5050
+ Create an authentication service account in: [Auth0](https://auth0.com/).
5151
+ After create your auth0 account follow this steps: [Using Auth0](https://dgraph.io/docs/learn/developer/todo-app-tutorial/todo-auth0-jwt/)-how to use auth0.
5252
+ In the root folder of the application, open a terminal and run the following commands: `npm install` and then `npm start`.
@@ -56,8 +56,8 @@ Surveyo is a sample app that provides users with a survey tool that they can use
5656
<!-- - [Deploy Now](https://slash.dgraph.io/_/one-click?app=surveyo) -->
5757
- [Deploy Now](https://dgraph.io/docs/learn/developer/todo-app-tutorial/todo-deploy/)
5858
- [Blog: Building a Survey Forms App with GraphQL](https://dgraph.io/blog/post/surveyo-into/)
59-
<!-- - [Demo](https://surveyo.one-click.cloud.dgraph.io/) -->
6059
- [Community Support](https://discuss.dgraph.io/)
60+
<!-- - [Demo](https://surveyo.one-click.cloud.dgraph.io/) -->
6161

6262
### Screenshots
6363

0 commit comments

Comments
 (0)