phricardorj / BrazilianCarnivalBlocks

This API is built in Java with Clean Architecture concepts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brazilian Carnival Blocks

This API is built in Java with Clean Architecture concepts. Developed to consolidate knowledge and share it in a cool project.

Skills

The Clean Architecture

Clean Architecture

  • Settings layer:
Package name by convention: configurations.
Cannot be used by any other layer of the application
  • Gateway layer:
Package name by convention: gateways
Can only be used by the layer: Usecase
  • Usecase layer:
Package name by convention: usecases
Can only be used in layers: Gateway
  • Domain layers:
Package name by convention: domains
Can only be used in layers: Usecase, Gateway
  • Layer of repositories:
Package name by convention: repositories
Can only be used in the layer: Gateway

About

This API is built in Java with Clean Architecture concepts.


Languages

Language:Java 100.0%