danicc097/openapi-go-gin-postgres-sqlc
Go API-first and Database-first demo app with OpenAPI v3 and sqlc/xo codegen, OIDC auth, React TypeScript frontend, end to end tracing with OpenTelemetry and a smart Bash repo task manager.
This project is a boilerplate for developers to quickly build full-stack web applications. It automates much of the initial setup by taking an OpenAPI v3 specification and a database schema, then generates the backend API, frontend client, and validation code. Developers can use this to rapidly create a web application with a consistent structure and robust data handling.
Use this if you are a developer looking for a comprehensive, opinionated starter project to quickly build a new web application with a focus on API-first and database-first design.
Not ideal if you are an end-user seeking a ready-to-use application, or a developer who prefers to build every component from scratch without code generation.
Stars
11
Forks
4
Language
TypeScript
License
Apache-2.0
Category
Last pushed
Feb 09, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/danicc097/openapi-go-gin-postgres-sqlc"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.