Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed May 25, 2020
1 parent 7f69aa2 commit cc62523
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@ GraphQL upstream servers.

## Getting started

Run
Running

```
graphql-gw new myproject
cd myproject
# edit myproject/graphql-gw.yaml to configure
# the gateway
graphql-gw config init
graphql-gw serve
```

### Demo

<iframe width="560" height="315" src="https://www.youtube.com/embed/I5AStj2csD0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Build from source

```bash
Expand All @@ -41,6 +42,7 @@ go build -o=graphql-gw main.go

### Usage


`$ graphql-gw --help`

```
Expand Down

0 comments on commit cc62523

Please sign in to comment.