This is golang graphql personal project using gqlgen and implementing query generate with sqlc.. If there are any suggestions for app improvement, I'd love to hear them.
-- I will add as soon as possible -
to run the application requires golang with version go1.18, then first install golang with the required version Clone the project
go to golang directory
cd go/src
git clone https://github.com/homepage408/golang-graphql.git
Go to the project directory
cd golang-graphql
Install dependencies
go get
Start the server
go run main.go