ports-adapters-sample icon indicating copy to clipboard operation
ports-adapters-sample copied to clipboard

A sample project that uses the ports and adapters architecture (or hexagonal architecture) for a micro service.

Micro Service with Ports and Adapters Architecture

License: MIT

This project is a simple micro service of a REST API for library management in order to present an example of a software developed using the ports and adapters architecture (or hexagonal architecture).

The project was created in order to facilitate the study of the ports and adapters architecture and other software development patterns.

Architecture

References