Go REST API boilerplate with CLI generator and database setup.
Go QuickStart is a Go-based CLI tool that scaffolds a REST API project and automates basic database configuration. It provides a layered project layout (controllers, services, repositories), config and database utilities, and a test folder, suitable for developers creating Go REST services who want a consistent starter structure.
0