{"id":16255194,"url":"https://github.com/rpgeeganage/ts-coding-challenge-template","last_synced_at":"2025-08-08T20:22:08.679Z","repository":{"id":95701093,"uuid":"591299693","full_name":"rpgeeganage/ts-coding-challenge-template","owner":"rpgeeganage","description":"There are lots of layoffs around the world. (Including me). So this is a starter project for your next Take Home coding challenge. (Typescript + NodeJs)","archived":false,"fork":false,"pushed_at":"2023-07-20T05:09:18.000Z","size":774,"stargazers_count":9,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-28T23:21:17.341Z","etag":null,"topics":["coding-challenge","coding-challenges","coding-interviews","interview-practice","nodejs","starter-template","typescript"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rpgeeganage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-01-20T12:23:14.000Z","updated_at":"2023-07-31T20:46:09.000Z","dependencies_parsed_at":"2024-10-27T21:34:09.904Z","dependency_job_id":"d50cb3b8-758e-48dd-9738-0a227296249c","html_url":"https://github.com/rpgeeganage/ts-coding-challenge-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpgeeganage%2Fts-coding-challenge-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpgeeganage%2Fts-coding-challenge-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpgeeganage%2Fts-coding-challenge-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpgeeganage%2Fts-coding-challenge-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rpgeeganage","download_url":"https://codeload.github.com/rpgeeganage/ts-coding-challenge-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244056406,"owners_count":20390719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["coding-challenge","coding-challenges","coding-interviews","interview-practice","nodejs","starter-template","typescript"],"created_at":"2024-10-10T15:28:43.705Z","updated_at":"2025-03-19T21:30:39.926Z","avatar_url":"https://github.com/rpgeeganage.png","language":"Dockerfile","readme":"# A starter project for your next `Take Home` coding challenge. (Typescript + Nodejs)\n\n### (Since there are lot of layoffs around the world)\n\n### for your information\n\n## You can use this with `Docker`.\n\n## Packages already included are as follows.\n\n1. Express\n2. ZOD\n3. Axios\n4. Jest\n5. Supertest\n6. ESlint\n7. Prettier\n8. Husky\n\n## Config\n\n- This repo has predefined config file `./src/configs.ts`.\n- It uses `zod` library to validate schema.\n  (https://zod.dev/)\n\n## Path Alias\n\n- This project support `path alias` in `TypeScript`.\n- So you can import files as follows.\n\n```\nimport { Configs } from 'src/configs';\n\nconsole.log(Config.PORT);\n```\n\n## npm commands\n\n```sh\nnpm i               # install packages\nnpm run build       # Build project\nnpm t               # Run tests\nnpm start           # Run the app.\nnpm run lint        # Run lint\nnpm run fix:lint    # Fix lint issues\n```\n\n## Make file\n\n```sh\nmake install    # Install dependencies\nmake up         # Run service\nmake upd        # Run service in the background\nmake cmd        # Run the service and connect to the `bash`\nmake down       # Tear down the service\nmake clean      # Clean containers in `exited` status.\n```\n\n## Pre commit hook\n\n- Run `chmod +x ./husky/pre-commit` to enable pre commit hook.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpgeeganage%2Fts-coding-challenge-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frpgeeganage%2Fts-coding-challenge-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpgeeganage%2Fts-coding-challenge-template/lists"}