Building a RESTful API in Go with Gin and PostgreSQL
In this tutorial, we'll build a real-world RESTful API using the Gin web framework in Go, connected to a PostgreSQL database. We'll structure our application by separating models and services, following best practices to create maintainable and scala...
opyjo.hashnode.dev6 min read
maggie
myself
I really enjoy reading your blog posts on API testing. EchoAPI has been a game-changer for testing RESTful endpoints by letting me create mock responses, making it possible to work on the front end even before the backend is fully ready.