Skip to content

Commit 0c88480

Browse files
committed
Add how to to readme
1 parent 2f0c428 commit 0c88480

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# Example application - GraphQL Attribute Schema
2-
Example application demonstrating [jerowork/graphql-attribute-schema](https://github.com/jerowork/graphql-attribute-schema).
2+
Example application demonstrating [jerowork/graphql-attribute-schema](https://github.com/jerowork/graphql-attribute-schema).
3+
4+
## How to run
5+
Start the local webserver with Symfony:
6+
```bash
7+
symfony server:start
8+
```
9+
10+
When started, the GraphQL endpoint is accessible at: http://127.0.0.1:8000/graphql (POST-requests only).
11+
12+
It uses a SQLite database, nothing more needed, enjoy! 😎
13+
14+
Note: It's recommended to use a GraphQL GUI like [GraphiQL](https://github.com/graphql/graphiql) or [Altair GraphQL Client](https://altairgraphql.dev/).

0 commit comments

Comments
 (0)