Skip to content

shuttleql/game-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Match (Game) Service

Install sbt

brew install sbt

Build & Run

$ sbt
> jetty:start
> browse

If browse doesn't launch your browser, manually open https://localhost:8080/ in your browser.

Other

Set the appropriate environment variables

$ export DB_PG_URL="jdbc:postgresql:https://localhost:5432"
$ export DB_PG_USER=<username>
$ export DB_PG_PWD=<password>
$ export HMAC_SECRET=<secret>
$ export AMAZON_ACCESS_KEY=<access key>
$ export AMAZON_SECRET_KEY=<secret key>
$ export SNS_TOPIC_ARN="arn:aws:sns:us-west-2:796325253416:AdminNotifications"

Set up initial db

GET /setup

About

Game and matchmaking service for shuttleQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published