Skip to content

asega-is/poc_bk_rannumgen

 
 

Repository files navigation

poc_bk_rannumgen

small backend service that generates a secure random number, for demo only

#Check out

go get github.com/richardbowden/poc_bk_rannumgen

#Build

cd $GOPATH/src/github.com/richardbowden/poc_bk_rannumgen
go build

#Run

cd $GOPATH/src/github.com/richardbowden/poc_bk_rannumgen
./poc_bk_rannumgen 

#Test Access hit the frontend @ http://127.0.0.1:9090 or ip of your machine as the service binds to all ip's.

with both backend and frontend working, the frontend should now show a random number generated by this service

About

small backend service that generates a secure random number

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 52.4%
  • Shell 47.6%