Skip to content

thestud/go-test-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-test-rest-api

a test api written in golang can be distributed by docker

to compile: go build

to run: Windows and Mac Os: go-test-rest-api Linux: ./go-test-rest-api

to build docker image: Windows and Mac Os: docker build -t go-tester-rest-api . Linux: sudo docker build -t go-tester-rest-api .

to run docker image: Windows and Mac Os: docker run -p 4000:4000 go-tester-rest-api Linux: sudo docker run -p 4000:4000 go-tester-rest-api

to find container name: Windows and Mac Os: docker ps Linux: sudo docker ps

to stop docker image: Windows and Mac Os: docker stop Linux: sudo docker stop

About

a test api written in golang can be distributed by docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published