https://github.com/bearddan2000/golang-web-api-graphql-obj-filter-00
https://github.com/bearddan2000/golang-web-api-graphql-obj-filter-00
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bearddan2000/golang-web-api-graphql-obj-filter-00
- Owner: bearddan2000
- Created: 2021-03-02T01:56:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T01:57:19.000Z (over 5 years ago)
- Last Synced: 2024-04-18T03:31:10.633Z (over 2 years ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golang-web-api-graphql-obj-filter-00
## Description
Using an Apollo server, built-in, query static
data of 10 country objects with internet codes.
Filter applied to `Abbr` field only.
## Tech stack
- bash
- golang 1.13
## Docker stack
- ubuntu:latest
## To run
`sudo ./install.sh -u`
## To stop
`sudo ./install.sh -d`
## To see help
`sudo ./install.sh -h`
## Credits
- https://www.worldstandards.eu/other/tlds/
- https://tutorialedge.net/golang/go-graphql-beginners-tutorial/