Skip to content

faytranevozter/go-storage-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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