Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 957 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 957 Bytes

golang-scaffolding Tests codecov

A golang scaffolding for getting started new projects.

Getting Started

Replace Paths
ag -l 'chris-ramon/golang-scaffolding'|xargs sed -i 's/chris-ramon\/golang-scaffolding/your-org\/your-pkg/g'
Running
docker compose up
GraphQL Playground

http://localhost:8080/graphql

Features

Contains the following example domains:

  • Env Variables.
  • Config.
  • Auth.
  • JWT.
  • GraphQL.
  • PostgreSQL.
  • Type Safe SQL.
  • Docker Compose.
  • Live reload.
  • Admin.
  • Unit tests.