An open API service indexing awesome lists of open source software.

https://github.com/kyuff/example-petstore

Example for a way to structure a Go based microservice
https://github.com/kyuff/example-petstore

ddd domain-driven-design event-sourcing example go golang microservice petstore3 service

Last synced: 3 months ago
JSON representation

Example for a way to structure a Go based microservice

Awesome Lists containing this project

README

          

# example-petstore

[![Build Status](https://github.com/kyuff/example-petstore/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/kyuff/example-petstore/actions/workflows/go.yml)
[![Report Card](https://goreportcard.com/badge/github.com/kyuff/example-petstore)](https://goreportcard.com/report/github.com/kyuff/example-petstore/)
[![codecov](https://codecov.io/gh/kyuff/example-petstore/graph/badge.svg?token=D731THP31I)](https://codecov.io/gh/kyuff/example-petstore)

Example for a way to structure a Go based microservice