{"id":23076602,"url":"https://github.com/corbaz/typescript-api-skeleton","last_synced_at":"2025-04-03T12:16:37.518Z","repository":{"id":125339329,"uuid":"573785093","full_name":"corbaz/typescript-api-skeleton","owner":"corbaz","description":"typescript-api-skeleton","archived":false,"fork":false,"pushed_at":"2022-12-03T12:31:17.000Z","size":293,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-09T01:39:43.307Z","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/corbaz.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}},"created_at":"2022-12-03T12:31:15.000Z","updated_at":"2022-12-03T12:31:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"60f2d74f-b48b-4d71-9376-f043b82f39f7","html_url":"https://github.com/corbaz/typescript-api-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"CodelyTV/typescript-api-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbaz%2Ftypescript-api-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbaz%2Ftypescript-api-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbaz%2Ftypescript-api-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corbaz%2Ftypescript-api-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corbaz","download_url":"https://codeload.github.com/corbaz/typescript-api-skeleton/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246998229,"owners_count":20866696,"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":[],"created_at":"2024-12-16T09:41:54.857Z","updated_at":"2025-04-03T12:16:37.497Z","avatar_url":"https://github.com/corbaz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeScript Express API Bootstrap (base / project starter)\n\nThis is a repository intended to serve as a starting point if you want to bootstrap a express API project in TypeScript.\n\n## Features\n\n- [TypeScript](https://www.typescriptlang.org/) (v4)\n- [ts-node-dev](https://github.com/wclr/ts-node-dev)\n- [Prettier](https://prettier.io/)\n- [ESLint](https://eslint.org/) with:\n  - [Simple Import Sort](https://github.com/lydell/eslint-plugin-simple-import-sort/)\n  - [Import plugin](https://github.com/benmosher/eslint-plugin-import/)\n- [Jest](https://jestjs.io) with [DOM Testing Library](https://testing-library.com/docs/dom-testing-library/intro)\n- [GitHub Action workflows](https://github.com/features/actions) set up to run tests and linting on push\n\n## Running the app\n\n```\n# install dependencies\nnpm install\n\n# run in dev mode on port 3000\nnpm run dev\n\n# generate production build\nnpm run build\n\n# run generated content in dist folder on port 3000\nnpm run start\n```\n\n## Testing\n\n### Jest with supertest\n\n```\nnpm run test\n```\n\n## Linting\n\n```\n# run linter\nnpm run lint\n\n# fix lint issues\nnpm run lint:fix\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorbaz%2Ftypescript-api-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorbaz%2Ftypescript-api-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorbaz%2Ftypescript-api-skeleton/lists"}