neda1985 / fxproxy_dvb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fxproxy Case

Neda Divbandi fxproxy challenge i used https://github.com/traefik/whoami to create downstream a tiny Go webserver

build and Run Project on local

With Docker:

$  docker build -t fxproxy .
$  docker run -it --rm -p 8080:8080 -e PORT=':8080' -e SCHEMA='http' -e DOWNSTREAM='localhost
:49153' fxproxy 
To Run the whole tests

go test ./...

About


Languages

Language:Go 95.4%Language:Dockerfile 4.1%Language:Shell 0.5%