{"id":22814756,"url":"https://github.com/irfnd/express-ts-boilerplate","last_synced_at":"2026-04-07T18:31:57.225Z","repository":{"id":267786376,"uuid":"848214202","full_name":"irfnd/express-ts-boilerplate","owner":"irfnd","description":"A boilerplate/starter project for quickly building RESTful APIs using Express, Typescript and Prisma with some pre-built features.","archived":false,"fork":false,"pushed_at":"2024-08-27T10:53:38.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T14:34:58.689Z","etag":null,"topics":["compression","cors","dotenv","eslint","expressjs","helmet","husky","lint-staged","morgan","prettier","prisma","typescript","zod"],"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/irfnd.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-27T10:53:33.000Z","updated_at":"2024-08-27T10:55:24.000Z","dependencies_parsed_at":"2024-12-12T13:11:11.121Z","dependency_job_id":null,"html_url":"https://github.com/irfnd/express-ts-boilerplate","commit_stats":null,"previous_names":["irfnd/express-ts-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/irfnd/express-ts-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfnd%2Fexpress-ts-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfnd%2Fexpress-ts-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfnd%2Fexpress-ts-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfnd%2Fexpress-ts-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irfnd","download_url":"https://codeload.github.com/irfnd/express-ts-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irfnd%2Fexpress-ts-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31524524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["compression","cors","dotenv","eslint","expressjs","helmet","husky","lint-staged","morgan","prettier","prisma","typescript","zod"],"created_at":"2024-12-12T13:10:11.160Z","updated_at":"2026-04-07T18:31:57.199Z","avatar_url":"https://github.com/irfnd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express TS Boilerplate\n\nA boilerplate/starter project for quickly building RESTful APIs using Express, Typescript and Prisma with some pre-built features.\n\n## Features\n\n- **Logging**: using [morgan](https://github.com/expressjs/morgan)\n- **Environment variables**: using [dotenv](https://github.com/motdotla/dotenv)\n- **Security**: set security HTTP headers using [helmet](https://helmetjs.github.io/)\n- **CORS**: Cross-Origin Resource-Sharing enabled using [cors](https://github.com/expressjs/cors)\n- **Compression**: gzip compression with [compression](https://github.com/expressjs/compression)\n- **Git hooks**: with [husky](https://github.com/typicode/husky) and [lint-staged](https://github.com/okonet/lint-staged)\n- **Linting**: with [eslint](https://eslint.org/) and [prettier](https://prettier.io/)\n- **DB ORM**: Typescript ORM with [prisma](https://www.prisma.io)\n- **Validations**: schema validation with [zod](https://zod.dev/)\n\n## Get Started\n\n- Clone this repo\n  ```bash\n  git clone https://github.com/irfnd/express-ts-boilerplate\n  ```\n- Rename this boilerplate to whatever you want and move to that folder\n  ```bash\n  cd \u003cyour-project-name\u003e\n  ```\n- Delete .git folder\n- Reinitialize your git\n  ```bash\n  git init .\n  git add .\n  git commit -m \"Your initialize commit\"\n  ```\n- Install all packages\n  ```bash\n  npm install\n  ```\n  or\n  ```bash\n  yarn\n  ```\n- Project ready.\n- You can push/publish to your own github by changing some configuration in `package.json` based on the configuration you want.\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n- Fork the Project\n- Create your Feature Branch `git checkout -b feature/AmazingFeature`\n- Commit your Changes `git commit -m 'Add some AmazingFeature`\n- Push to the Branch `git push origin feature/AmazingFeature`\n- Open a Pull Request\n\n## License\n\nDistributed under the [MIT](https://github.com/irfnd/express-ts-boilerplate/blob/master/LICENSE) License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firfnd%2Fexpress-ts-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firfnd%2Fexpress-ts-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firfnd%2Fexpress-ts-boilerplate/lists"}