5 repositorios
API frameworks built on the Gin HTTP router that integrate common middleware and tools for rapid business development.
Distinct from API Frameworks: Distinct from API Frameworks: specifically built on the Gin HTTP router for Go, integrating middleware and tools for rapid business development.
Explore 5 awesome GitHub repositories matching web development · Gin-Based Frameworks. Refine with filters or upvote what's useful.
This is a Go backend template that structures a web service into domain, usecase, controller, and repository layers with strict dependency inversion. It provides a foundation for building maintainable and testable REST APIs by separating business logic from transport and data access concerns. The project implements JWT-based authentication, issuing access and refresh tokens for user signup, login, and protected endpoint access. It uses the Gin HTTP framework to build a Docker-packaged REST API with public and private route groups, request validation, and middleware-based authentication. Depen
Ships a REST API built on the Gin HTTP framework with public and private routes.
go-gin-api is an API framework built on the Gin HTTP router that integrates common middleware and tools for rapid business development. It provides a modular structure for organizing API handlers and middleware, with built-in support for JWT token authentication to secure endpoints and GORM for database object-relational mapping and operations. The framework includes a gRPC service component for inter-service communication, along with middleware for collecting Prometheus metrics and generating Swagger API documentation from code annotations. It also features OpenTelemetry trace propagation fo
An API framework built on Gin that integrates common middleware and tools for rapid business development.
This project is a Go programming language study guide and backend development course. It provides a collection of learning notes and practical examples covering fundamental syntax and core language concepts. The repository functions as a tutorial for building web APIs and network services. It includes implementation guides for the Gin web framework and code demonstrations for creating remote procedure call services using Protocol Buffers. The material covers backend API engineering, including routing, data binding, and error handling. It also includes examples of structured logging and custo
Provides a practical implementation guide for building web APIs using the Gin framework.
Este repositorio es una colección de patrones de implementación, código de tutoriales y ejemplos prácticos para construir aplicaciones web con el framework Gin en Go. Sirve como guía para aprender a estructurar servidores web en Go, centrándose específicamente en el mapeo de rutas URL a funciones manejadoras y la gestión del flujo de solicitudes. El proyecto proporciona demostraciones de implementación de middleware para tareas como autenticación, registro (logging) y limitación de tasa (rate limiting). También incluye ejemplos de referencia para desarrollar APIs REST, con un enfoque en la estructuración de datos y el envío de respuestas JSON a los clientes.
Provides instructional guides and practical code examples for learning how to use the Gin web framework.
paopao-ce is a social community platform designed for publishing content and managing user relationships. It provides a scalable networking environment that implements both friendship and follower-based social models to regulate user interaction and content sharing. The platform integrates a digital wallet and payment gateway connectivity to handle financial transactions and maintain user balances. It employs a combination of a Go-based backend and a JavaScript-based frontend to deliver its services. The system includes capabilities for identity management via SMS verification and secure tok
Uses the Gin web framework to build high-performance API services and server-side logic.