How to write a REST API with Go and PostgreSQL
First Part: SQL first Data Model using sqlc This article is the first in a series where we will cover all the aspects of implementing a modern REST API microservice from scratch: Defining a SQL first data model using sqlc Implementing the REST API with Gin Running and configuring the server locally Testing & containerizing tests […]