Skip to content

inigolabs/starwars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


GraphQL for Platform Teams
Home · Docs · Issues · Slack

Sample GraphQL app.

Run published docker image

docker run -it -p 80:80 inigohub/starwars

Build it yourself

GOOS=linux go build -o starwars ./cmd/...
docker build -t starwars .
docker run -it -p 80:80 starwars

Your app is accessible on http://localhost/graphql.

Go to https://explorer.inigo.io/ and try it out.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published