Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oligus/graphql-talk

GraphQL talk
https://github.com/oligus/graphql-talk

Last synced: about 1 month ago
JSON representation

GraphQL talk

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"
```