Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.3 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.3 KB

Clean Architecture Template

License tests codecov

This repository is heavily inspired by Jason Taylor's Clean Architecture Template, with several changes that aim to to make it easier to use and more accessible to all kinds of developers.

Premises

This template shall be a fully operational application. In other words, it will be deployed in a TBF host, and subject to a complete continuous delivery pipeline.

The application will use a very pragmatic and opinionated version of the Clean Architecture.

Code coverage will have to be high, but the focus will be on a good mutation score.

Replication should be easy.

This template will serve as a test subject for better understanding the concept of replicable repositories.

Examples

This project comes packed with examples which implement services for a fictional library.

The project specification can be found in the docs here.