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

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

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/