Webapp hosting the REST services for the Ghostwriters App. Uses the Jersey REST framework and PostgreSQL. Meant to be deployed on Heroku, but of course it could be deployed anywhere.
Stars
2
Forks
0
Watchers
2
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
1
commits
Change some logging to log at DEBUG and change the logback.xml so that all packages are INFO
937c88bView on GitHubMinor aesthetic refactoring response code into methods.
9f76c52View on GitHubAdd targetUsername field to the PushData sent in a push notification, so the
5911920View on GitHubAdd "player2" to the push notification data so we can check if the right user is logged in immediately.
e2de37eView on GitHubAdd endpoint /users/me/oneSignal to update the one signal player id in the db.
65eed6eView on GitHubWire up inserting the "special_word" field into the moves table, and
c864ac9View on GitHubUpgrade task to add the "special_word" column to the word_moves table,
434ce5dView on GitHubAdd the word_version_info table to store the server's current version
de13cf5View on GitHubFix moves provider and the Game class so that special words played as perp words
eec04e9View on GitHubImprove what the push notifictation says based on whether the player won the game, it's a tie, etc.
fb52078View on GitHub