Gleecexample
An example Golang REST API service using Gleece
Install / Use
/learn @gopher-fleece/GleecexampleREADME
🎯 Example Golang REST API using Gleece
<a href="https://docs.gleece.dev">
<img src="https://img.shields.io/badge/docs-gleece.dev-blue" alt="Documentation">
</a>
A minimal example demonstrating how to build a REST API service using the Gleece library in Go.
✨ Features
- 🎮 Fully-featured REST API Controller implementation
- 📝 Auto-generated OpenAPI v3 specification
- ⚡ Auto-generated routes for gin with Go-playground validation
- 🛡 Authentication implementation in security for authorization
- ✔️ Custom validation with ValidateStartsWithLetter
- 🔄 Middlewares with Log Middleware
- 🧩 Route's
AfterOperationRoutesExtensiontemplate extension - ⚙️ Definition of gleece.config.json configuration
- 🚀 Application boot process
- 📦 GitHub Actions pipeline for building service
