{"id":18631217,"url":"https://github.com/recallwei/express-ts-starter-template","last_synced_at":"2026-04-09T02:02:45.605Z","repository":{"id":49366623,"uuid":"516990340","full_name":"recallwei/express-ts-starter-template","owner":"recallwei","description":"Express TypeScript Starter Template is an opinionated Express/TypeScript/Prisma/PostgreSQL starter template.","archived":false,"fork":false,"pushed_at":"2023-08-18T04:47:42.000Z","size":1053,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T16:54:53.582Z","etag":null,"topics":["express","nodejs","opinionated","postgresql","prisma","template","typescript"],"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/recallwei.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-07-23T07:35:33.000Z","updated_at":"2023-12-20T12:16:46.000Z","dependencies_parsed_at":"2024-11-07T05:06:19.311Z","dependency_job_id":"af4a999e-fc90-497f-9c10-0f17ca60db8e","html_url":"https://github.com/recallwei/express-ts-starter-template","commit_stats":null,"previous_names":["recallwei/est","recallwei/express-ts-starter-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/recallwei/express-ts-starter-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recallwei%2Fexpress-ts-starter-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recallwei%2Fexpress-ts-starter-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recallwei%2Fexpress-ts-starter-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recallwei%2Fexpress-ts-starter-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/recallwei","download_url":"https://codeload.github.com/recallwei/express-ts-starter-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recallwei%2Fexpress-ts-starter-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["express","nodejs","opinionated","postgresql","prisma","template","typescript"],"created_at":"2024-11-07T05:06:08.565Z","updated_at":"2026-04-09T02:02:45.584Z","avatar_url":"https://github.com/recallwei.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EST\n\nEnglish / [简体中文](./README.zh-CN.md)\n\nEST (Express Starter Template) is an opinionated `Express/TypeScript/Prisma/PostgreSQL` starter template.\n\n## Features\n\n- [x] Based on [Express](https://expressjs.com/)\n- [x] [TypeScript](https://www.typescriptlang.org/), of course\n- [x] [Prisma](https://www.prisma.io/) for ORM\n- [x] JWT authentication and role based authorization\n- [x] File service with `multer`\n- [ ] Fully configured logger with [Winston] and [Morgan]\n- [ ] Unit, Integration and E2E tests with [Jest] and [Supertest]\n- [x] Linting with `ESLint`\n- [x] Formatting with `Prettier`\n- [x] Spelling check with `cspell`\n- [x] Git commit management with `Husky`, `lint-staged` and `commitlint`\n- [ ] Containerised with `Docker` and `Docker Compose`\n- [x] Absolute path with `@/*`\n\n## Tech Stack\n\n- [Express](https://expressjs.com/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Prisma](https://www.prisma.io/)\n- [PostgreSQL](https://www.postgresql.org/)\n\n## Getting Started\n\n### GitHub Template\n\n\u003e EST requires Node version \u003e=14.16.0\n\n[Create a repo from this template](https://github.com/recallwei/est/generate).\n\n### Clone to Local\n\nIf you prefer to do it manually for a cleaner Git history, do the following:\n\n```bash\nnpx degit recallwei/est my-est-app\ncd my-est-app\npnpm i\n```\n\n## Checklist\n\nWhen using this template, try to update your own information correctly according to the checklist:\n\n- [ ] Clean up `README.md`\n- [ ] Change author name in `LICENSE`\n- [ ] Change project name, description, author, etc. in `package.json`\n- [ ] Modify environment variables in `.env` and delete the file `.env.example` which is an example of environment variables\n- [ ] Delete the example controller and route information in the `src/routes` directory\n\n## Notice\n\n- The file service will be saved in the `./storage` directory by default, which is added to `.gitignore` by default.\n  The directory can be reset by `FILE_STORAGE_PATH` in `.env`.\n  Don't forget to add the storage directory to `.gitignore` to prevent the stored files from being uploaded to GitHub.\n\n## Usage\n\n### Environment\n\n- Node.js \u003e=16.14.0\n- pnpm\n- PostgreSQL\n\n### Config Environment Variables\n\nConfig `.env` file, refer to [.env.example](./.env.example).\n\n### Install\n\n```bash\npnpm i\n```\n\n### DB Migration\n\n```bash\npnpm prisma:migrate\npnpm prisma:generate\npnpm prisma:seed\n```\n\n### Start\n\n```bash\npnpm dev\n```\n\n### Build\n\n```bash\npnpm build\n```\n\n## Known Issue\n\n- [x] `chalk` v5.x doesn't work with `ts-node` well, use `chalk` v4.x instead.\n- [x] Use `bcrypt.js` instead of `bcrypt` to avoid dependencies installing.\n\n## License\n\n[MIT](/LICENSE) License \u0026copy; 2023 [Bruce Song](https://github.com/recallwei)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecallwei%2Fexpress-ts-starter-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frecallwei%2Fexpress-ts-starter-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecallwei%2Fexpress-ts-starter-template/lists"}