Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gql-tuts

tutorial source: https://dev.to/cmelgarejo/creating-an-opinionated-graphql-server-with-go-part-1-3g3l

make build script executable if not already. Example below
$ chmod +x scripts/build.sh after that build server
$ ./scripts/build.sh
if successful, run server
$ ./build/gql-server

To run without building run:
$ ./scripts/run.sh make sure run.sh is executable I have commented out env variable export and unset because I am using my local .env file.

About

GraphQL server tutorial project in Golang

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages