Restful api for VTR Database as service (frontend)
$ git clone https://github.com/phinawang/dbaas_webapi.git
$ cd dbaas_webapi
$ make$ docker build --build-arg "http_proxy=http://sjc1-prxy.sdi.trendnet.org:8080" --build-arg "https_proxy=http://sjc1-prxy.sdi.trendnet.org:8080" -t vtr_gin:0.2 .$ docker run -d -v $(pwd)/config/config.toml:/etc/gin/config.toml -p 80:8000 vtr_gin:0.2