Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anivon/graphql-poc
Symfony GraphQL DDD backend PoC
https://github.com/anivon/graphql-poc
api backend ddd docker graphql poc symfony symfony3
Last synced: about 1 month ago
JSON representation
Symfony GraphQL DDD backend PoC
- Host: GitHub
- URL: https://github.com/anivon/graphql-poc
- Owner: anivon
- Created: 2017-06-20T22:57:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T00:04:09.000Z (over 7 years ago)
- Last Synced: 2024-09-30T16:02:57.434Z (about 1 month ago)
- Topics: api, backend, ddd, docker, graphql, poc, symfony, symfony3
- Language: PHP
- Homepage:
- Size: 343 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GraphQL-poc
===============A GraphQL backend Proof of Concept with Symfony 3
# Installation
## With Docker
```
docker-compose up --build
docker-compose exec php composer install
docker-compose exec php bin/console d:d:c
docker-compose exec php bin/console d:s:c
docker-compose exec php bin/console h:d:f:l -b FixtureBundle -n
```## Classic
```
composer install
bin/console d:d:c
bin/console d:s:c
bin/console h:d:f:l -b FixtureBundle -n
```# Play
GraphiQL : http://localhost:8080/graphiqlELK : http://localhost:8081/
![](doc/image/graphiql.png)
![](doc/image/graphiql2.png)
![](doc/image/elk.png)