GraphQL CRUD application A simple GraphQL Postgres CRUD application Requirements Local golang installation PostgresSQL Getting started Without Docker Installing the dependencies: go mod download Running the application: go run main.go With Docker Running the application docker-compose up