Skip to content

rbenatti8/authorizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authorizer

Architecture

In this project, I tried to apply hexagonal architecture paradigms, such as dividing adapters into primary (driver) and secondary (driven).

In a nutshell, I believe the authorization process could be broken into two parts, which is what I tried to make clear. The first one would be the one that tells me if I have the balance for the operation and the second one that says if I can spend, called respectively as ledger and spending control.

Libs

Build

make build

Run

make run < 'YOUR_FILE'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published