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

https://github.com/wildegor/fibergo-gql-gateway

Fiber example for GraphQL Gateway demo
https://github.com/wildegor/fibergo-gql-gateway

fiber gateway go golang graphql graphql-gateway

Last synced: 3 months ago
JSON representation

Fiber example for GraphQL Gateway demo

Awesome Lists containing this project

README

        

## Usage

```bash
docker-compose up --build dev // for develop

docker-compose up --build prod // for prod
```

## Docs:

- [Fiber](https://gofiber.io/)
- [Wire](https://github.com/google/wire)
- [Testify](https://github.com/stretchr/testify)