Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance – up to 40 times faster. If you need smashing performance, get yourself some Gin.
- GitHub: https://github.com/topics/gin
- Repo: https://github.com/gin-gonic/gin
- Created by: Manu MA, Javier Provecho Fernandez
- Released: June 30, 2014
- Related Topics: go, router, framework,
- Aliases: gin-gonic, gin-contrib,
- Last updated: 2025-01-09 00:15:20 UTC
- JSON Representation
https://github.com/shaopson/sessions
A simple gin session middleware, support memory, file, redis, databaes store backend.
Last synced: 28 Nov 2024
https://github.com/tahmid-saj/task-scheduler-service
Task scheduler service to manage tasks in a set of queues, and assign tasks to an EC2 instance. Upon completion of task, any asynchronous background jobs such as notifications, logging or publishing events will be called via AWS Lambda. Developed using Go / Gin, AWS SQS, EC2, Lambda.
aws-ec2 aws-lambda aws-sqs gin go task-scheduler
Last synced: 09 Dec 2024
https://github.com/shawnjeffersonwang/campus-guide
This project is a campus navigation system written in Go for a data structures course. It uses the Gin framework and Redis, focusing on graph data structures and Dijkstra's algorithm for shortest path finding.
dijkstra-shortest-path gin golang graph-algorithms html redis
Last synced: 25 Dec 2024
https://github.com/rakhiazfa/gin-boilerplate
boilerplate gin gin-boilerplate gin-gonic go go-gin-boilerplate golang
Last synced: 01 Jan 2025
https://github.com/bruce-mig/simple-bank
a bank service in Go
asynq backend docker gin go golang grpc grpc-go http-server kubernetes message-queue redis
Last synced: 06 Dec 2024
https://github.com/gozeon/gcs
amis管理工具(charts方向)
admin admin-dashboard amis gin golang no-code
Last synced: 28 Nov 2024
https://github.com/thegera4/cool-morning-lights-api
Personal project for a small personal business
dockerfile gin go golang mongodb
Last synced: 13 Nov 2024
https://github.com/xynurm/simplebank
Simple Bank is web services APIs to create and manage bank accounts, record all balance changes to each of the accounts, perform a money transfer between 2 accounts.
aws docker gin golang grpc kubernetes postgresql redis
Last synced: 14 Nov 2024
https://github.com/ah-dark/apollo
Anonymous review website and background management system, front-end and back-end separation (unfinished)
Last synced: 19 Dec 2024
https://github.com/elliotxx/healthcheck
Low-dependency, High-efficiency, Kubernetes-style healthcheck for Gin.
gin healthcheck healthz kubernetes
Last synced: 24 Dec 2024
https://github.com/najibulloshapoatov/server-core
Server library provides a complete HTTP/HTTPS server that can be easily embedded in your application and requires minimum to no configuration, being able to run securely with its default settings.
api api-rest dynamic-router echo echo-alternative gin gin-alternative gin-gonic go golang golang-api golang-native-server golang-server https-server mux mux-alternative mux-router router routing server-core
Last synced: 29 Nov 2024
https://github.com/erismaroliveira/gopportunities
A job opportunities API built using Golang. The API uses Go-Gin as a router, SQLite as a database, and GoORM for database communication. It also includes Swagger for documentation and testing, and a well-organized package structure.
api gin go golang goorm rest sqlite swagger
Last synced: 14 Nov 2024
https://github.com/x-punch/gin-prometheus
Gin middleware used to export prometheus metrics
gin gin-prometheus grafana prometheus
Last synced: 05 Jan 2025
https://github.com/alonza0314/happy-infinite-company
This is an repo for a template company website for both frontend and backend.
back company-page frontend gin golang mongodb
Last synced: 12 Nov 2024
https://github.com/fctl3314/exercisemanager-backend
Backend server for managing workout routines and tracking exercise progress. Supports creating custom workout plans, adding exercises with durations and breaks, and tracking completion of sport activities.
gin golang gorm onion-architecture solid viper
Last synced: 08 Jan 2025
https://github.com/moqsien/niogin
NioGin is a Non-blocking implementation of Gin. All functionalities from Gin are supported by NioGin. 异步gin框架。
epoll eventloop gin gin-gonic go http-server
Last synced: 29 Nov 2024
https://github.com/tahmid-saj/rate-limiter-service
Rate limiter service to limit requests using a sliding window (with logging) approach and pre-defined rules. Developed with Go / Gin, DynamoDB.
dynamodb gin go rate-limiter sliding-window-log
Last synced: 09 Dec 2024
https://github.com/alexcoder04/docconvert
More than a document converter
bootstrap bootstrap5 convert document document-conversion document-converter documents docx gin go go-gin golang gui markdown odt pandoc random random-number-generator random-numbers server
Last synced: 11 Oct 2024
https://github.com/vsrc/jaguar
superfast, easy to use mock server
gin gin-gonic go golang mock mock-server mocking server tiedot
Last synced: 08 Jan 2025
https://github.com/caknoooo/quliku-backend-api
This repository is useful for making APIs for quliku applications based on Android, later this application will be used to carry out ITS Youth Technopreneur (IYT) activities
clean-architecture gin golang gorm rest-api
Last synced: 20 Dec 2024
https://github.com/muharik19/be-rest-api-mahasiswa
Backend rest api mahasiswa channel youtube Belajar CRUD Android-Golang-MySQ
Last synced: 18 Dec 2024
https://github.com/krilie/go-sfile
s-file gin upload file to local path and delete file
file gin go golang upload-file
Last synced: 08 Jan 2025
https://github.com/bapjiws/local-times-dashboard-backend
The MC part of a webapp that allows to create a list of cities with their respective and constantly updated local times via auto-completion.
docker elasticsearch gin golang makefile travis-ci
Last synced: 14 Nov 2024
https://github.com/tahmid-saj/notification-service
Pub/Sub based notification service API for sending email and mobile push notifications. Developed using Go / Gin, AWS SES, SNS, S3.
aws-s3 aws-ses aws-sns gin go notifications pubsub
Last synced: 09 Dec 2024
https://github.com/stremovskyy/gin-request-logger
Request Logger Middleware for Gin Framework
gin gin-framework go golang golang-library middleware
Last synced: 09 Jan 2025
https://github.com/cr-mao/lori
lori 是一款基于golang的分布式web服务器框架
gin golang grpc grpc-server http-server micro-framework micro-service
Last synced: 08 Jan 2025
https://github.com/araujo88/gin-gonic-xss-middleware
Middleware designed to "auto remove XSS" from user submitted input, it’s written in Go and targets the Gin web framework.
gin gin-framework gin-gonic gin-middleware go golang
Last synced: 30 Sep 2024
https://github.com/tahmid-saj/logging-service
Logging service API for log management in S3 from different frontends / APIs / databases. Can also view summaries of logs in dashboard. Developed using Go / Gin, AWS S3.
Last synced: 09 Dec 2024
https://github.com/mx4alex/goauth
🔑🔐Authentication REST API service written on Go
clean-architecture docker gin golang golang-api jwt mongodb rest-api swagger
Last synced: 24 Dec 2024
https://github.com/ctxgo/go-file-server
go + gin + vue 开发的前后端分离文件服务器,集成了JWT鉴权、权限管理、网速限制,文件的增删改查
element-ui file-server ftp ftp-server gin gin-admin go go-file-server go-vue-admin golang vue vue-admin
Last synced: 14 Nov 2024
https://github.com/yang20150702/base-microservice-web-project-layout
基于微服务架构思想来设计web开发的代码结构,对外提供restful-api和graphql接口
gin golang gorm graphql microservice
Last synced: 10 Dec 2024
https://github.com/misterzurg/itmo_advanced_technologies_for_big_data
🤬 Labs from ITMO; Dis - ATBD
advanced-big-data big-data big-data-and-ml docker docker-compose gin itmo-labs log-n
Last synced: 19 Nov 2024
https://github.com/ajndkr/async-fastapi-gin-fiber
compare performance of FastAPI, Gin and Fiber frameworks
fastapi fiber gin http-benchmarking
Last synced: 14 Nov 2024
https://github.com/tr1sm0s1n/gin-truffle-dapp
Ethereum Certificate DApp built using Gin, Solidity & Truffle.
dapp ethereum geth gin go javascript nodejs smart-contracts solidity truffle
Last synced: 11 Dec 2024
https://github.com/irezaul/todo-go
A simply activity
gin golang gorm postgresql tmpl
Last synced: 13 Nov 2024
https://github.com/soreing/trex
Golang middleware for gin-gonic that creates a scoped dependency context for each request for tracing
gin gin-gonic go golang middleware traceparent
Last synced: 18 Dec 2024
https://github.com/bitcodr/gingorm
Go Gin framework sample with Gorm, Postgres and Go Module
gin golang gorm module postgresql
Last synced: 03 Dec 2024
https://github.com/naveendanj/peer-store-backend
File Manager for my university using go-lang and gin
gin golang gorm jwt-authentication sqlite thunderclient
Last synced: 28 Sep 2024
https://github.com/miladimos/gin-skeleton
go gin skeleton project
gin gin-skeleton golang restful-api
Last synced: 12 Nov 2024
https://github.com/monkrus/gin-2
Walk-through of the Go Gin Framework Crash Course 2
gin gin-gonic gin-middleware golang walkthrough
Last synced: 13 Nov 2024
https://github.com/ahdark-services/ahdark-me-redirector
Simple redirect gateway for ahdark.me
docker-image gin go-fx golang logrus redis
Last synced: 18 Dec 2024
https://github.com/imgabreuw/books-api
API Rest, made in Go, to manage your books.
Last synced: 03 Dec 2024
https://github.com/monkrus/gin-3
Walk-through of the Go Gin Framework Crash Course 3
Last synced: 13 Nov 2024
https://github.com/ronething/pan
分布式文件存储系统
ceph docker docker-compose gin gitlab go go-micro golang jenkins k8s kubernetes mysql shell
Last synced: 27 Dec 2024
https://github.com/adhxabre/sakana-time-tracker
Sakana Time Tracker | An app that helps you track your time 24/7, with waifus inside!
anime api docker gin gin-gonic go rest-api sakana time-tracker
Last synced: 15 Oct 2024
https://github.com/niteshkumarjain-ui/banking-system-backend
A secure and scalable backend system for banking applications, built using Go and PostgreSQL. This project manages core functionalities such as user authentication, account management, transactions, and reporting. Role-based access control (RBAC) is implemented with JWT for secure and efficient user authorization.
gin go gorm jaeger jwt opentelemetry postgresql yaml
Last synced: 15 Oct 2024
https://github.com/alfarih31/nb-go-http
Noob (nb-go-http) is a REST API framework for faster development by providing several common functions
Last synced: 28 Nov 2024
https://github.com/bukharney/bukchat
A realtime chat web applications
gin go postgresql react real-time websocket
Last synced: 23 Dec 2024
https://github.com/lilpacy/gin-nginx-next-docker
gin x nginx x next.js docker compose boilerplate
docker docker-compose gin nextjs nginx
Last synced: 05 Dec 2024
https://github.com/thinkerou/profile
Profile your summary about GitHub.
gin github github-api github-profile go golang
Last synced: 06 Dec 2024
https://github.com/thedanielforum/typed-form
Typed form parser for gin-gonic
Last synced: 17 Dec 2024
https://github.com/lakshanwd/muve-go
go rest api
containerization cors-enabled doker-compose gin gzip-compression json jwt-authentication mysql-database
Last synced: 06 Dec 2024
https://github.com/tahmid-saj/uuid-service
Simple UUID generator service developed with Go / Gin.
Last synced: 09 Dec 2024
https://github.com/tahmid-saj/document-indexer-service
Document indexer service to generate inverted index mappings (document term matrices) for documents, such that the inverted index mappings can be utilized by search services for read optimization. Developed with Go / Gin, S3, DynamoDB.
dynamodb gin go inverted-index s3 search-system
Last synced: 09 Dec 2024
https://github.com/tahmid-saj/document-search-service
Document searcher service to search for documents using search query terms. Uses inverted index mappings to optimize search queries. Developed with Go / Gin, S3, DynamoDB.
dynamodb gin go inverted-index s3 searcher
Last synced: 09 Dec 2024
https://github.com/tahmid-saj/search-service
Typeahead search service using a Trie data structure approach. Developed using Go / Gin and AWS DynamoDB.
dynamodb gin go trie typeahead-search
Last synced: 09 Dec 2024
https://github.com/abdulkarim1422/bloodsapp
Blood Donation Management Software
blood-management-system gin go golang gorm self-hosted
Last synced: 03 Dec 2024
https://github.com/fengxq2014/coupon
RESTful api with gin
gin gin-boilerplate golang golang-server
Last synced: 17 Nov 2024
https://github.com/naveendanj/uoj-store-backend
File Manager for my university using go-lang and gin
gin golang gorm jwt-authentication sqlite thunderclient
Last synced: 17 Nov 2024
https://github.com/mechiuw/go.pet-care-microservices
Pet House Care administration using Go with full controllable functions with RESTful API. Microservice Implementation with Spring
gin gin-gonic go golang restful-api
Last synced: 17 Nov 2024
https://github.com/lemon001017/http-download-server-golang
A website that supports HTTP downloads, pauses, resumes, redownloads, deletes, rate-limiting, and parallel multitasking downloads.
Last synced: 14 Oct 2024
https://github.com/kadirgonen/go-bootcamp
client-server concurrency e-commerce gin golang golang-library gorm postgresql rest-api swagger viper zap
Last synced: 06 Dec 2024
https://github.com/skamranahmed/go-rest-api
A boilerplate code for creating a REST API using Go, GIN and GORM.
Last synced: 06 Jan 2025
https://github.com/letscool/go-examples
Golang examples for dij, dij-gin libraries.
dependency dependency-injection dij dij-gin examples framework gin gin-gonic go golang injection web
Last synced: 06 Dec 2024
https://github.com/mmqnym/quickcerts
A simple certificate server that can be used to issue certificates for your product to verify that it has been activated.
certificate gin golang http-server https-server postgresql python qcs redis typescript
Last synced: 17 Nov 2024
https://github.com/onlynico43/gin-cors
CORS Middleware for gin gonic
cors cors-enabled cors-headers cors-middleware gin gin-framework gin-gonic
Last synced: 20 Dec 2024
https://github.com/vijaypalaskar/golang-rest-api
Goalng REST API authentication using Gin, MongoDB, JWT
gin golang hacktoberfest mongodb
Last synced: 06 Dec 2024
https://github.com/peterfritz/coinrank
A powerful tool that allows users to rate and evaluate cryptocurrencies using the familiar "upvote" and "downvote" system.
crowdsourcing cryptocurrency gin go golang nextjs ranking react swr typescript
Last synced: 31 Dec 2024