Skip to content

Files

Latest commit

ca2c3f8 · Apr 21, 2025

History

History
37 lines (26 loc) · 924 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 924 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/<your-org>/<your-repo>/g'
Running
./bin/dev.sh
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.