https://github.com/stevenacoffman/echogqlgen
Example Recipe for gqlgen and Echo web framework. Graphql FTW!
https://github.com/stevenacoffman/echogqlgen
echo-framework go golang graphql-server labstack-echo
Last synced: about 2 months ago
JSON representation
Example Recipe for gqlgen and Echo web framework. Graphql FTW!
- Host: GitHub
- URL: https://github.com/stevenacoffman/echogqlgen
- Owner: StevenACoffman
- Created: 2019-07-03T19:28:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T19:45:37.000Z (almost 7 years ago)
- Last Synced: 2026-03-25T21:00:10.443Z (3 months ago)
- Topics: echo-framework, go, golang, graphql-server, labstack-echo
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### todo app
This is the simplest example of a graphql server.
to run this server
```bash
go run ./example/todo/server/server.go
```
and open http://localhost:8081 in your browser