Skip to content

phinawang/dbaas_webapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restful api for VTR

Restful api for VTR Database as service (frontend)

How to Build

$ git clone https://github.com/phinawang/dbaas_webapi.git
$ cd dbaas_webapi
$ make

How to Build with docker

$ 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 .

Test with docker

$ docker run -d -v $(pwd)/config/config.toml:/etc/gin/config.toml -p 80:8000 vtr_gin:0.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors