Go + Fiber boilerplate implementing Clean Architecture for REST APIs.
go-skeleton is a Golang starter project implementing Clean Architecture using the Fiber web framework. It provides a REST API structure with Swagger docs, JWT RS512 authentication, worker queues, unit test setup (Testify, Mockery), and containerized deployment assets. Suited for backend services and APIs that require decoupled, testable, and maintainable server-side components.
0