go-starter
API framework
A comprehensive template for building production-ready RESTful JSON APIs in Go with integrated development tools and workflows.
An opinionated production-ready SQL-/Swagger-first RESTful JSON API written in Go, highly integrated with VSCode DevContainers by allaboutapps.
506 stars
13 watching
63 forks
Language: Go
last commit: 5 months ago
Linked from 2 awesome lists
allaboutappsdockergogolanggolang-developmentid-allaboutapps-backendoauth2pgformatterpostgresqlserversqlsqlboilerswaggervscodevscode-devcontainers
Related projects:
Repository | Description | Stars |
---|---|---|
koddr/tutorial-go-fiber-rest-api | Builds a RESTful API on Go with Fiber, PostgreSQL, JWT and Swagger documentation in isolated Docker containers. | 378 |
create-go-app/fiber-go-template | Provides a scaffold for building RESTful APIs with Fiber Go Web Framework and auto-generated Swagger API documentation | 955 |
rocketlaunchr/dbq | A Go library providing a convenient and lightweight way to perform database operations without boilerplate code. | 405 |
tompston/gomakeme | Automates the creation of boilerplate and endpoints for REST APIs in Go. | 11 |
go-oas/docs | Automatically generates RESTful API documentation for Go projects aligned with the Open API Specification standard. | 41 |
ungerik/go-rest | A lightweight REST framework that simplifies API development by leveraging dynamic typing and JSON marshalling. | 128 |
jirenius/go-res | A Go package for building real-time REST APIs with synchronization and event handling capabilities. | 63 |
srfrog/go-relax | A framework for building RESTful APIs in Go | 152 |
allaboutapps/integresql | Manages isolated PostgreSQL databases for integration tests | 749 |
bndr/gopencils | A Go library that simplifies the process of consuming REST APIs by abstracting away underlying complexity | 451 |
go-goyave/goyave | An opinionated, all-in-one web framework focused on building enterprise-level REST APIs with an emphasis on reliability and maintainability. | 1,631 |
wajox/gobase | A basic template for Go application development with standard project layout and tools. | 61 |
thedevsaddam/gojsonq | Provides an ODM-like API to access and query JSON data in Go | 2,190 |
dbubel/intake | An API server framework written in Go that provides a simple and readable way to build APIs by exposing the underlying request lifecycle | 1 |
go-restit/restit | A Go library to help write integration tests for RESTful APIs | 55 |