Go Gin Example A simple REST API built with Go and Gin framework. Requirements Go 1.24.5 or higher Quick Start Install dependencies: make tidy Run database migrations: make db-migrate Start the server: make dev The API server will be available at http://localhost:8080 Available Commands make help