5 مستودعات
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.
هذا المستودع عبارة عن مجموعة من أنماط التنفيذ، وكود تعليمي، وأمثلة عملية لبناء تطبيقات الويب باستخدام إطار عمل Gin في Go. يعمل كدليل لتعلم كيفية هيكلة خوادم الويب في Go، مع التركيز بشكل خاص على ربط مسارات URL بوظائف المعالجة وإدارة تدفق الطلبات. يوفر المشروع عروضاً توضيحية لتنفيذ البرمجيات الوسيطة (middleware) لمهام مثل المصادقة، والتسجيل، وتحديد معدل الطلبات. كما يتضمن أمثلة مرجعية لتطوير REST APIs، مع التركيز على هيكلة البيانات وإرسال استجابات JSON للعملاء.
Provides instructional guides and practical code examples for learning how to use the Gin web framework.
paopao-ce هي منصة مجتمعية اجتماعية مصممة لنشر المحتوى وإدارة علاقات المستخدمين. توفر بيئة شبكات قابلة للتطوير تنفذ كلاً من نماذج الصداقة والمتابعة لتنظيم تفاعل المستخدم ومشاركة المحتوى. تدمج المنصة محفظة رقمية واتصالاً ببوابة دفع للتعامل مع المعاملات المالية والحفاظ على أرصدة المستخدمين. وتستخدم مزيجاً من واجهة خلفية تعتمد على Go وواجهة أمامية تعتمد على JavaScript لتقديم خدماتها. يتضمن النظام قدرات لإدارة الهوية عبر التحقق من الرسائل القصيرة وجلسات العمل القائمة على الرموز الآمنة. كما يتميز بالبحث عن محتوى المجتمع باستخدام الفهرسة المعكوسة، واستمرارية الوسائط من خلال تخزين الكائنات، والإنشاء التلقائي لمواصفات API القابلة للقراءة آلياً. تتم معالجة الملاحظة من خلال التقاط سجلات النظام وتوصيف الأداء لتحديد اختناقات المعالجة.
Uses the Gin web framework to build high-performance API services and server-side logic.