https://github.com/oligus/graphql-talk
GraphQL talk
https://github.com/oligus/graphql-talk
Last synced: 4 months ago
JSON representation
GraphQL talk
- Host: GitHub
- URL: https://github.com/oligus/graphql-talk
- Owner: oligus
- Created: 2018-06-29T17:29:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T13:45:04.000Z (over 1 year ago)
- Last Synced: 2025-01-11T17:30:29.263Z (6 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"
```