{"id":21838907,"url":"https://github.com/thatbeautifuldream/express-vercel-starter","last_synced_at":"2026-04-10T00:39:19.470Z","repository":{"id":232373047,"uuid":"737175140","full_name":"thatbeautifuldream/express-vercel-starter","owner":"thatbeautifuldream","description":"Express starter with vercel config","archived":false,"fork":false,"pushed_at":"2023-12-30T04:27:05.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T10:41:37.257Z","etag":null,"topics":["expressjs","vercel"],"latest_commit_sha":null,"homepage":"https://express-vercel-starter-ts.vercel.app/","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/thatbeautifuldream.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-12-30T04:25:48.000Z","updated_at":"2023-12-30T04:37:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"badf1aa0-8caa-4d90-a1d9-5f1f919b5ba5","html_url":"https://github.com/thatbeautifuldream/express-vercel-starter","commit_stats":null,"previous_names":["thatbeautifuldream/express-vercel-starter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatbeautifuldream%2Fexpress-vercel-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatbeautifuldream%2Fexpress-vercel-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatbeautifuldream%2Fexpress-vercel-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatbeautifuldream%2Fexpress-vercel-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thatbeautifuldream","download_url":"https://codeload.github.com/thatbeautifuldream/express-vercel-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244819801,"owners_count":20515646,"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":["expressjs","vercel"],"created_at":"2024-11-27T21:15:04.343Z","updated_at":"2025-12-30T20:52:13.148Z","avatar_url":"https://github.com/thatbeautifuldream.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express API Starter with Typescript\n\nHow to use this template:\n\n```sh\nnpx create-express-api --typescript --directory my-api-name\n```\n\nIncludes API Server utilities:\n\n* [morgan](https://www.npmjs.com/package/morgan)\n  * HTTP request logger middleware for node.js\n* [helmet](https://www.npmjs.com/package/helmet)\n  * Helmet helps you secure your Express apps by setting various HTTP headers. It's not a silver bullet, but it can help!\n* [dotenv](https://www.npmjs.com/package/dotenv)\n  * Dotenv is a zero-dependency module that loads environment variables from a `.env` file into `process.env`\n* [cors](https://www.npmjs.com/package/cors)\n  * CORS is a node.js package for providing a Connect/Express middleware that can be used to enable CORS with various options.\n\nDevelopment utilities:\n\n* [typescript](https://www.npmjs.com/package/typescript)\n  * TypeScript is a language for application-scale JavaScript.\n* [ts-node](https://www.npmjs.com/package/ts-node)\n  * TypeScript execution and REPL for node.js, with source map and native ESM support.\n* [nodemon](https://www.npmjs.com/package/nodemon)\n  * nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.\n* [eslint](https://www.npmjs.com/package/eslint)\n  * ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code.\n* [typescript-eslint](https://typescript-eslint.io/)\n  * Tooling which enables ESLint to support TypeScript.\n* [jest](https://www.npmjs.com/package/jest)\n  * Jest is a delightful JavaScript Testing Framework with a focus on simplicity.\n* [supertest](https://www.npmjs.com/package/supertest)\n  * HTTP assertions made easy via superagent.\n\n## Setup\n\n```\nnpm install\n```\n\n## Lint\n\n```\nnpm run lint\n```\n\n## Test\n\n```\nnpm run test\n```\n\n## Development\n\n```\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatbeautifuldream%2Fexpress-vercel-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatbeautifuldream%2Fexpress-vercel-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatbeautifuldream%2Fexpress-vercel-starter/lists"}