Skip to content

Files

Latest commit

988b5a2 · Feb 25, 2023

History

History

GraphQL-CRUD

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