Skip to main content

Gin REST Framework

A REST library for Golang inspired by Django REST Framework

Rapid prototyping ⏱️

Complete REST API resource over SQL table in several minutes. Need to plug-in custom business logic? No problem.

Concise and ellegant 👔

Hate code generation? So do we. GRF uses generics to hide the boring stuff and let you focus on what brings value to your project.

It's Just a library 🧩

GRF doesn't enforce any file structure or project layout, you can freely use it with your existing Gin project. Uses pluggable storage layer, with GORM as the default option.