https://github.com/mcg-web/graphql-symfony-doctrine-sandbox
A sandbox project using symfony, overblog/graphql-bundle and doctrine based on the GraphQL and Relay Starwars tests...
https://github.com/mcg-web/graphql-symfony-doctrine-sandbox
Last synced: 2 months ago
JSON representation
A sandbox project using symfony, overblog/graphql-bundle and doctrine based on the GraphQL and Relay Starwars tests...
- Host: GitHub
- URL: https://github.com/mcg-web/graphql-symfony-doctrine-sandbox
- Owner: mcg-web
- License: mit
- Created: 2016-03-19T09:20:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T11:07:10.000Z (over 3 years ago)
- Last Synced: 2025-03-18T06:11:43.091Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 117 KB
- Stars: 24
- Watchers: 3
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
McG-web/Graphql-Symfony-Doctrine-Sandbox
========================================[](https://travis-ci.org/mcg-web/graphql-symfony-doctrine-sandbox)
Installation
-------------```bash
composer create-project mcg-web/graphql-symfony-doctrine-sandbox --stability dev
```Usage
------Using docker compose
```bash
docker-compose up -d
```Create database and load fixtures
```bash
docker exec -it graphqlsymfonydoctrinesandbox_web_1 bash
bin/console doctrine:database:create
bin/console doctrine:schema:create
bin/console doctrine:fixtures:load
```Endpoints
---------- **GraphiQL :** http://127.0.0.1/graphiql
- **GraphQL :** http://127.0.0.1/