Skip to content

league-tracker/leaguetracker

Repository files navigation

LeagueTracker Build Status

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)

Contributing

Run locally using npm start

Testing

  • run all tests: npm test
  • see test coverage: npm run test:coverage or npm 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)

License

LeagueTracker is open source software licensed as MIT.

About

A backend server to track players' matches in a league

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published