Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 356 Bytes

File metadata and controls

32 lines (20 loc) · 356 Bytes

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