{"id":43320362,"url":"https://github.com/xendit/hackerrank-backend-test","last_synced_at":"2026-02-01T22:33:12.424Z","repository":{"id":55981081,"uuid":"294637021","full_name":"xendit/hackerrank-backend-test","owner":"xendit","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-01T15:43:17.000Z","size":599,"stargazers_count":2,"open_issues_count":2,"forks_count":4,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-10-01T17:35:21.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xendit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-09-11T08:22:20.000Z","updated_at":"2025-10-01T15:43:21.000Z","dependencies_parsed_at":"2025-10-01T17:32:57.676Z","dependency_job_id":null,"html_url":"https://github.com/xendit/hackerrank-backend-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xendit/hackerrank-backend-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xendit%2Fhackerrank-backend-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xendit%2Fhackerrank-backend-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xendit%2Fhackerrank-backend-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xendit%2Fhackerrank-backend-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xendit","download_url":"https://codeload.github.com/xendit/hackerrank-backend-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xendit%2Fhackerrank-backend-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28993253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T22:01:47.507Z","status":"ssl_error","status_checked_at":"2026-02-01T21:58:37.335Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-01T22:33:11.580Z","updated_at":"2026-02-01T22:33:12.419Z","avatar_url":"https://github.com/xendit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hackerank-backend-test\n\n## Conventions\n\n### File Name\n\nWe prefer hyphens (kebab-case) **this-file-name** vs underscores (snake_case) this_file_name\n\n## Development\n\nPrerequisite\n\n-   VSCode\n-   Node LTS\n\n### Start development environment\n\n**Running app server directly on your local machine's environment**\n\n-   Start your app server\n\n```bash\nnpm start\n# you might also want to migrate the DB with this command below\nnpm run migration:run\n```\n\n## Testing\n\nPrerequisite\n\n-   Node LTS\n\n**Run the test**\n\n```bash\nnpm test\n```\n\n## Database migration\n\nBefore continuing, please learn about the fundamentals of migration with TypeORM [here](https://medium.com/better-programming/typeorm-migrations-explained-fdb4f27cb1b3)\n\n### On first time setting up the DB\n\nRun migration\n\n```bash\nnpm run migration:run\n```\n\n### If you made new changes to the db\n\nModifying columns in entities, or adding new entities (migration file is a class, start with CapitalLetter) Please refer to 1571751456489-Init.ts for changes to be made to the migration file to satisfy linting rules\n\nIt's a good idea to generate a new migration for every atomic changes made to the db\n\nGenerate migration\n\n```bash\nnpm run migration:generate -- -n \u003cmigration-name\u003e # eg. add-disbursement-column\n```\n\n### If you made a mistake on running migration\n\nRevert will revert migration file by file\n\nRevert migration\n\n```bash\nnpm run migration:revert\n```\n\n### If you need a manual migration\n\nFor eg you need to add new extensions or simply custom migration\n\nCreate migration\n\n```bash\nnpm run migration:create -- -n \u003cMigrationName\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxendit%2Fhackerrank-backend-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxendit%2Fhackerrank-backend-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxendit%2Fhackerrank-backend-test/lists"}