wowplus2 / hexagonal-architecture

Hexagonal Architecture Demo in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Hexagonal Software Architecture in Golang and MongoDB

This presents a simple product catalogue microservice to demonstrate the principles of a hexagonal software architecture. The microservice exposes a RESTful API that allows consuming applications to perform CRUD operations on a product catalogue. The microservice is developed in Golang, and the product catalogue data is persisted in a MongoDB repository.

About

Hexagonal Architecture Demo in Golang

License:GNU General Public License v3.0


Languages

Language:Go 100.0%