Skip to content

Commit 7dbc203

Browse files
add first version of a readme file
1 parent 24a4369 commit 7dbc203

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Serverless GraphQL API on top of Microservices
2+
3+
... written in PHP
4+
5+
## Quickstart example
6+
7+
```bash
8+
$ make
9+
$ docker-compose up -d
10+
$ curl -X POST \
11+
-H "Content-Type: application/json" \
12+
--data '{ "query": "{ product (id:1) { id name } }" }' \
13+
localhost:8000
14+
```
15+
16+
## License
17+
18+
MIT, see [LICENSE file](LICENSE).

0 commit comments

Comments
 (0)