Highscore server Server to store highscore data for my game Go/Android game Splendid. Uses: Go Heroku Usage Run with: PORT=8080 make run Misc Install migrate brew install golang-migrate Setup heroku heroku apps:create highscore-backend --region eu heroku git:remote -a highscores-backend Links migrate Postgres tutorial Heroku and migrate