← All projects

GoCRUD — Gin + GORM CRUD

May 9, 2021 GoGinGORM

Overview

GoCRUD is a basic Create-Read-Update-Delete web application in Go, built with the Gin web framework and the GORM ORM. It covers the full CRUD flow (create, list, edit, delete) as a hands-on Go backend exercise.

WebBackendLearning