Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 746 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 746 Bytes

Description

Go project that provide storage (files) use cases with trying to structure code that accomplish Clean Architecture way.

Architecture diagram

architecture diagram

The diagram above depicts the structure of the code in this app/system that following Dependency Rule:
Source code dependencies must point only inward, toward higher-level policies

Running the app

# prod
$ make up-prod
# dev
$ make up-dev

Log the app

$ make logs-api

Test

$ make test

Inspired by