oapi-codegen
There are 20 repositories under oapi-codegen topic.
ldej/go-openapi-example
Example implementations of Go servers based on generated code from OpenAPI 3 definitions
vgocoder/go-ddd
go-ddd is a Golang scaffolding project that follows Domain Driven Design (DDD) and aims to show how to build Go applications that are easy to develop, maintain, and easy to use, especially in the long run!
fixcer/go-echo-template
Go Echo Template
perfectgentlemande/go-mongodb-crud-example
Example of REST API. Includes such things as MongoDB, Zap logger, chi router etc...
MisterZurg/academy_yandex_Backend-School-2023
📝 Contest and Product assignments for an Backend School "Go track" (Summer 2023)
takumi-pro/bookmap_backend
BOOKMAPのバックエンドリポジトリ
tab-sama/go-oapi-sqlc-template
A boilerplate for modern Go API development using sqlc and oapi-codegen
vamos-onion/fiber-boilerplate
golang fiber-boilerplate
perfectgentlemande/go-postgresql-crud-example
Example of REST API. This time includes such things as PostgreSQL, Logrus, Gin router etc...
soartec-lab/remix-go-spa
SPA application with `remix` and `Go`
imager200/go-sdk
imager200 golang client
b1tray3r/go-openapi3
This repository contains an almost minimal setup for developing a REST service using Echo, OpenAPI and Swagger-UI integration.
fiskaly/docker.oapi-codegen
Docker image to wrap the oapi-cogegen command into a container image with explicit versioning
gmarcha/ent-oapi-app
Simple API using Oapi-Codegen, Entgo and Gin
jaqx0r/example-bazel-cue-openapi
An example of an OpenAPI server implemented in Go, frontend in TypeScript/React, with a Cue API specification, built with Bazel
jaqx0r/rules_oapi_codegen
Bazel rules for generating API service handlers with `oapi-codegen`.
minhngkh/study-planner-api
API for Study Planner app
softwareplace/goserve
goserve is a Go library designed to simplify the creation of backend applications or services that interact with HTTP requests. It leverages the powerful gorilla/mux router to provide flexibility, performance, and scalability while adhering to best practices in server development.