A backend server to track players' matches in a league.
Access at https://leaguetracker.appspot.com/ (or by running npm run browse
from within the directory)
Run locally using npm start
Testing
- run all tests:
npm test
- see test coverage:
npm run test:coverage
ornpm run test:coverage:browse
- run only unit tests:
npm run test:unit
- run all the above:
npm run test:full
Re-deploy (via Google Cloud Platform App Engine) using npm run deploy
. (Uses the gcloud
command-line tool and app.yaml
. You will need permissions granted through IAM in the App Engine console)
LeagueTracker is open source software licensed as MIT.