modulepackage
0.0.0-20240604034811-5eef83e74ab1
Repository: https://github.com/cautery/go-gin-demo.git
Documentation: pkg.go.dev
# README
Go Gin Demo
An article manager webapp built to familiarize myself with Go's Gin framework.
It currently displays book previews from Kafka's Metamorphosis and The War of the Worlds by H. G. Wells. The app responds with HTML by default, but is also capable of returning JSON or XML data.
Based on the tutorial Building Go Microservice with Gin and CI/CD from Semaphore.