Categorygithub.com/AndriyKalashnykov/gqlgen-postgres
modulepackage
0.0.0-20221003232310-191af513c3b0
Repository: https://github.com/andriykalashnykov/gqlgen-postgres.git
Documentation: pkg.go.dev

# README

Golang + GraphQL + Postgres (schema-first)

This repository aims to demonstrate fully end-to-end Golang projects.

Running locally

docker-compose up
POSTGRES_USER=graphql_api POSTGRES_PASSWORD=_please_change_me_now_ POSTGRES_URL=localhost POSTGRES_DB=graphql go run server.go

# Packages

No description provided by the author