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