Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 216 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 216 Bytes

Image CDN

Image CDN built using Golang.

Quick start

git clone https://github.com/tdxius/go-image-cdn
cd go-image-cdn

cp .env.example .env
# edit .env config

make run

Open http://localhost:3000