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

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...

Awesome Lists containing this project

README

        

McG-web/Graphql-Symfony-Doctrine-Sandbox
========================================

[![Build Status](https://travis-ci.org/mcg-web/graphql-symfony-doctrine-sandbox.svg?branch=master)](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/