Skip to content

Commit cc6d621

Browse files
committed
updated README
1 parent bae6c1b commit cc6d621

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ Framework for generating an [Apollo GraphQL](https://www.apollographql.com/) bas
33
backed by a configurable database.
44

55
# Try it out
6-
The example is based on a simplified version of the Star Wars GrapQL schema and requires an running
6+
The example is based on a simplified version of the Star Wars GraphQL schema and requires a running
77
instance of ArangoDB.
88
```bash
9-
$ ./build.sh
10-
$ cd bin/woosh-server/
9+
$ sh ./woo.sh --input example/db-schema/ \
10+
--output ./generated-example-server \
11+
--config example/config.yml \
12+
--driver arangodb \
13+
--custom-api-schema example/custom-api-schema.graphql \
14+
--custom-resolvers example/custom-resolvers.js
15+
1116
$ npm server.js
1217

1318
Waiting for ArangoDB to become available at http://localhost:8529

0 commit comments

Comments
 (0)