web template - Opinionated base for Go/Postgres/HTML projects

An opinionated template for any of my projects that have a database and a web UI.

Utilising code generation where appropriate, this template aims to involve as minimal manual work from the developer as required.

A baseline database migration is included with tooling to generate type-safe Go queries and included migration application, a basic web entrypoint with API layer, and generated front-end code with templated HTML using templ.

Source on GitHub