{"id":14969186,"url":"https://github.com/damassi/node-starter-2024","last_synced_at":"2026-02-05T06:03:31.410Z","repository":{"id":252998808,"uuid":"842148121","full_name":"damassi/node-starter-2024","owner":"damassi","description":"Node.js starter app, 2024 edition","archived":false,"fork":false,"pushed_at":"2024-08-15T22:14:54.000Z","size":178,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T04:08:01.770Z","etag":null,"topics":["fastify","nodejs","openapi","react","typescript","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/damassi.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":"2024-08-13T19:10:57.000Z","updated_at":"2024-08-16T21:47:16.000Z","dependencies_parsed_at":"2024-08-15T23:36:49.968Z","dependency_job_id":null,"html_url":"https://github.com/damassi/node-starter-2024","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"882607fcc8c442d25710ad824b3410cc11b0eb99"},"previous_names":["damassi/node-starter-2024"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/damassi/node-starter-2024","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damassi%2Fnode-starter-2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damassi%2Fnode-starter-2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damassi%2Fnode-starter-2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damassi%2Fnode-starter-2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damassi","download_url":"https://codeload.github.com/damassi/node-starter-2024/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damassi%2Fnode-starter-2024/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29114508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: 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":["fastify","nodejs","openapi","react","typescript","vite"],"created_at":"2024-09-24T13:41:19.028Z","updated_at":"2026-02-05T06:03:31.382Z","avatar_url":"https://github.com/damassi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js Starter App (2024)\n\nProvides a quick-start Node.js app with some common default tooling:\n\n- [Vite](https://vitejs.dev/): Frontend Tooling\n- [Vitest](https://vitest.dev): Testing\n- [TSX](https://tsx.is/): Run TypeScript everywhere, and reload code when things change\n- [Fastify](https://fastify.dev/): Node HTTP server, with excellent support for typed APIs\n- [Fastify-Swagger](https://github.com/fastify/fastify-swagger): Generate OpenAPI-compliant API definitions\n- [OpenAPI-Fetch](https://openapi-ts.dev/openapi-fetch/): Connects your type-safe server API to the client for end-to-end support\n- [Husky](https://github.com/typicode/husky)/[Lint-Staged](https://github.com/lint-staged/lint-staged): Git precommit hooks\n- [@testing-library/react](https://testing-library.com/docs/react-testing-library)\n- [ESLint](https://eslint.org/)\n- [Prettier](https://prettier.io/)\n\n### Getting Started\n\nInstall all dependencies:\n\n```bash\nnpm install\n```\n\nStart the server:\n\n```bash\nnpm start\n\nopen http://localhost:3000\n```\n\nView API docs:\n\n```bash\nopen http://localhost:3000/docs\n```\n\nRegenerate OpenAPI Schema:\n\n```bash\nnpm run generate-schema\n```\n\n### All Commands\n\n- `npm start`\n- `npm test`\n- `npm run generate-schema`\n- `npm run type-check`\n- `npm run lint`\n- `npm run prettier`\n\n```\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamassi%2Fnode-starter-2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamassi%2Fnode-starter-2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamassi%2Fnode-starter-2024/lists"}