Add any missing module requirements necessary to build the current module’s packages and dependencies, and remove requirements on modules that don’t provide any relevant packages.
go mod tidy
Generate graphql models
go generate ./...
Set environment variables for DB connection:
DB_HOST
DB_PORT
DB_NAME
DB_USER
DB_PWD
Start the graphql server
go run server.go
💪 Contributions
We ❤️ contributions! If you'd like to help out, check out our contributors guide.