Skip to content

AnjaneyuluBatta505/gin-graphql-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gin-graphql-postgres

clone the repository

git clone git@github.com:AnjaneyuluBatta505/gin-graphql-postgres.git

Run the GIN server

go serve server.go

Make changes to schema by editing the file schema.graphqls

After making changes run the below command to auto generate the models and resolvers. We need to implement the resolvers.

gqlgen generate

Now, run the server and goto http://localhost:8080 to play with graphql.

References: https://gorm.io/, https://graphql.org/learn/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages