Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 441 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 441 Bytes

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.