This service is used for handle all endpoint and data about Media/Storage. Golang is the main weapon of this service. This service using clean architecture. We are implement this go clean architecture. Please read their article first for explanation of this architecture.
- Clone it
- Copy paste
.env.example
and rename it into.env
- Adjust the config in your
.env
- Run
make run
or manuallygo run app/main.go
. It will download all dependencies and running your application