Golang REST API boilerplate with Fiber, JWT, GORM, Swagger, Docker
REST API boilerplate using Go and Fiber, providing JWT authentication, GORM-backed data access, Swagger API documentation, and request rate limiting. Includes Docker configuration for containerized development and testing. Suited for building backend services and APIs that require authenticated routes and documented endpoints.
0