Golang Gin REST API boilerplate with PostgreSQL, Redis, JWT authentication
Boilerplate for building RESTful APIs with the Gin web framework in Go. It defaults to PostgreSQL for persistent storage, Redis for JWT session/token storage, and includes middleware for authentication, CORS, and request IDs, plus optional SSL and Swagger docs. Suited for microservices or backend APIs requiring token refresh and JSONB database features.
0
good boileplate