Golang boilerplate for GraphQL and REST APIs with JWT and ORM
A Golang starter that provides both GraphQL and REST API backends using gqlgen and gin. Includes JWT-based authentication, GORM-based persistence, Mailgun email integration, and test utilities. Suited for building backend services or SaaS APIs requiring auth, ORM-backed storage, and email notifications.
0