Skip to content

This API is built in Java with Clean Architecture concepts.

Notifications You must be signed in to change notification settings

phrica/BrazilianCarnivalBlocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages