Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 506 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 506 Bytes

Clean Architecture

This repository contains code that utilizes patterns I've found most beneficial throughout my career as a software developer. It serves as a boilerplate, offering inspiration for building your own projects.

Within this repository, I incorporate concepts from Clean Architecture, such as use-cases and entities, alongside elements from the Hexagonal Architecture, including ports and the application layer. Additionally, it integrates aspects of the Repository and Provider patterns.