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
- Host: GitHub
- URL: https://github.com/wildegor/fibergo-gql-gateway
- Owner: WildEgor
- License: mit
- Created: 2023-12-30T09:37:33.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-01-08T12:43:44.000Z (over 1 year ago)
- Last Synced: 2025-01-01T15:42:32.165Z (5 months ago)
- Topics: fiber, gateway, go, golang, graphql, graphql-gateway
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)