Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oligus/graphql-talk
GraphQL talk
https://github.com/oligus/graphql-talk
Last synced: about 1 month ago
JSON representation
GraphQL talk
- Host: GitHub
- URL: https://github.com/oligus/graphql-talk
- Owner: oligus
- Created: 2018-06-29T17:29:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T13:45:04.000Z (12 months ago)
- Last Synced: 2024-10-12T13:35:43.778Z (2 months ago)
- Language: PHP
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL talk
GraphQL talk and workshop files
https://github.com/donjajo/php-jsondb
## Install
#### Build container
_With make_
```bash
$ make build
$ make php-server
```_Without make_
```bash
$ docker-compose -f docker-compose.yml up -d --build
$ docker-compose exec gql-cli bash -c "cd /var/www/html && php -S 0.0.0.0:80 -t /var/www/html/public"
```