Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 699 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 699 Bytes

Media Storage Api Service

Overview

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.

How to run

  1. Clone it
  2. Copy paste .env.example and rename it into .env
  3. Adjust the config in your .env
  4. Run make run or manually go run app/main.go. It will download all dependencies and running your application