All tags
Posts tagged with "go"
Redoed #3: Connecting Go Server to PostgreSQL with GORM
Integrating PostgreSQL with a Go server using GORM. This post covers setting up the database connection, defining models, running migrations, and ensuring the database is ready when the server starts.
go backend postgresql
Redoed #1: Setting Up a Basic HTTP Server in Go
This is the first step in building Redoed, a real-time collaborative Markdown editor. Learn how to set up a basic HTTP server in Go using the standard library
go backend