Github Repository Tracker API
A simple to use Github repository tracker API built using the powerful NestJS Framework
API Usage documentation is autogenerated using Swagger and can be viewed at http://localhost:3000/docs once the API has been started
- Node 16 or higher
$ 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:covThis API accepts a GitHub fine-grained personal access token in order to authorize access to private repositories. This token, at a minimum, needs Read access to metadata and pull requests
Provide the token as an Authorization: Bearer {token} header to any API endpoint
