1 Repo
Starter implementations and templates for RESTful API services.
Distinct from RESTful API Frameworks: Provides a concrete reference implementation/boilerplate rather than just a general-purpose framework.
Explore 1 awesome GitHub repository matching web development · Reference Boilerplates. Refine with filters or upvote what's useful.
This project is a reference implementation and boilerplate for building RESTful services using the Gin web framework in Go. It provides a structured backend architecture featuring modular routing and middleware to serve as a template for Go web applications. The project distinguishes itself through a comprehensive set of integrated systems, including a security layer for user authentication and private endpoint protection using JSON Web Tokens. It also implements a high-speed memory storage layer via Redis to cache frequent database queries and a containerized runtime environment for consiste
Serves as a reference implementation and boilerplate for building RESTful services using the Gin framework.