Skip to content

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

License

Notifications You must be signed in to change notification settings

aryyawijaya/go-storage-with-clean-arch

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published