Skip to content

Commit d65b39c

Browse files
committed
more readme updates
1 parent 0e0b01d commit d65b39c

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Serverless GraphQL API built with Netlify functions and Apollo. This is a POC us
1414

1515
## Running GraphQL queries
1616

17-
We will use the handly GraphQL [playground](https://github.com/prisma/graphql-playground) app to test/run queries against our GraphQL API.
17+
We will use the handly GraphQL [playground](https://github.com/prisma/graphql-playground) app to test/run queries against our GraphQL API. Go ahead and download and install it on your local machine.
1818

1919
Enter the following url: `http://localhost:8888/.netlify/functions/graphql` in GraphQL playground.
2020

2121
### Example queries
2222

23-
`GetAll Resources:`
23+
`GetAllResources:`
2424

2525
```
2626
{
@@ -34,7 +34,7 @@ Enter the following url: `http://localhost:8888/.netlify/functions/graphql` in G
3434
}
3535
```
3636

37-
`GetAResourceById:`
37+
`GetResourceById:`
3838

3939
```
4040
{
@@ -48,8 +48,23 @@ Enter the following url: `http://localhost:8888/.netlify/functions/graphql` in G
4848
}
4949
```
5050

51+
## Live site deployed on Netlify
52+
53+
Front-end url: https://hardcore-haibt-da9a6b.netlify.com/
54+
55+
Backend GraphQL url (lambda function): https://hardcore-haibt-da9a6b.netlify.com/graphl
56+
57+
Please use GrapghQL [playground](https://github.com/prisma/graphql-playground) to run your queries against the live site hosted on Netlify.
58+
59+
## TODO
60+
61+
- Build out front-end UI to make the calls to the backend
62+
- Add a datastore to persist data on the backend lambda function
63+
- Add mutations (create new resource)
64+
5165
## Technologies used
5266

5367
- Netlify
68+
- CRA (for front-end)
5469
- AWS Lambda functions with node (via Netlify functions)
5570
- GraphQL (Apollo)

0 commit comments

Comments
 (0)