This is the Play Tak API projects which contains multiple endpoints for serivcing data to the Play Tak UI
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covSwaggerOpenAPI Documentation https://api.playtak.com/api
- /events
- /v1/games-history/
- /v1/games-history/{id}
- /v1/games-historoy/ptn/{id}
- /v1/hames-history/db
- Finish up migrating rerating to nest
- endpoints for getting rating data
- create user auth endpoints and test
PlayTak is an OPEN Open Source Project. This means that:
Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Add your changes: git add .
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
We use SemVer for versioning. For the versions available, see the tags on this repository.
Play tak is only possible due to the excellent work of the following contributors:
| InvaderB |
See also the list of contributors who participated in this project.
License MIT License © USTA see LICENSE.md file