Skip to content

nileshpcode/gamezop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gamezop

Build and run queuing-service

export SQSAPIVersion='2012-11-05'
export SQSQueueURL='https://sqs.us-east-2.amazonaws.com/*******/gamezop'
export AWSRegion=us-east-2
export MONGO_CONNECT_STRING="mongodb://localhost/test"
export REDIS_HOST='localhost'
export REDIS_PORT=6379


#### build it and run it 
go build -o ./bin/queue -i ./cmd/queue/ && ./bin/queue

Build and run http-service

export AWSRegion=us-east-2
export MONGO_CONNECT_STRING="mongodb://localhost/test"
export HTTP_PORT=8000

#### build it and run it 
go build -o ./bin/http -i ./cmd/http/ && ./bin/http

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published