Skip to content

christiancrawford/go-gqlgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-gqlgen

learning - beginner project to learn go and server side graphql by creating a simple todo app with go-gqlgen

resources referenced while creating this project :

use your own local .env file to point to a postgres db if you want in order to see this code working :

DB_DRIVER="postgres"
DB_USER="db user name"
DB_PASSWORD="db password"
DB_NAME="db name"
DB_HOST="db host"

About

learning - beginner project to learn go and server side graphql

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages