jefer94/choco

View on GitHub
services/graphql-gateway/README.md

Summary

Maintainability
Test Coverage
<div align="center">
  <br>
  <br>

  <a href="https://github.com/jefer94/choco">
    <img
      width="400"
      src="https://img.shields.io/badge/choco-api-green.svg?style=for-the-badge&colorA=21252b&colorB=568af2"
    />
  </a>

  [![deps](https://david-dm.org/jefer94/choco.svg)](https://david-dm.org/jefer94/choco)
  [![dev-deps](https://david-dm.org/jefer94/choco/dev-status.svg)](https://david-dm.org/jefer94/choco)
  [![chat](https://badges.gitter.im/jefer94/choco.svg)](https://gitter.im/jefer94/choco)
  [![Maintainability](https://api.codeclimate.com/v1/badges/5a4fd7ce7e0345f692fb/maintainability)](https://codeclimate.com/github/jefer94/choco/maintainability)
  [![Codacy Badge](https://app.codacy.com/project/badge/Grade/ee185db880024f3b81a5699acde77b06)](https://www.codacy.com/manual/jefer94/choco?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=jefer94/choco&amp;utm_campaign=Badge_Grade)
  [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0)
  [![docker pulls](https://img.shields.io/docker/pulls/chocolab/graphql-gateway)](https://hub.docker.com/repository/docker/chocolab/graphql-gateway)
  [![docker starts](https://img.shields.io/docker/stars/chocolab/graphql-gateway)](https://hub.docker.com/repository/docker/chocolab/graphql-gateway)
  [![docker version](https://img.shields.io/docker/v/chocolab/graphql-gateway)](https://hub.docker.com/repository/docker/chocolab/graphql-gateway)

  <br>
  <h1>Choco graphql gateway</h1>
  <p>GraphQL API Gateway.</p>
</div>

## Run

```bash
# Execute service
yarn execute graphql-gateway

# Run in docker
docker-compose up -d graphql-gateway
```

## Maintainers

<table>
  <tbody>
    <tr>
      <td align="center" valign="top">
        <img width="150" height="150" src="https://github.com/jefer94.png?s=150">
        <br>
        <a href="https://github.com/jefer94">jefer94</a>
      </td>
     </tr>
  </tbody>
</table>