{"id":16633151,"url":"https://github.com/yazaldefilimone/clean-arch-express-starter","last_synced_at":"2025-06-15T19:10:13.322Z","repository":{"id":123443452,"uuid":"522307725","full_name":"yazaldefilimone/clean-arch-express-starter","owner":"yazaldefilimone","description":"Clean architecture starter for Node with Express, TypeScript. All the tools you need to build your api rest.","archived":false,"fork":false,"pushed_at":"2022-10-16T18:45:24.000Z","size":516,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T10:59:23.044Z","etag":null,"topics":["api","boilerplate","bolierplate","clean-architecture","clean-code","express","jest","nodejs","tdd","tslint","typescript"],"latest_commit_sha":null,"homepage":"","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/yazaldefilimone.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}},"created_at":"2022-08-07T19:40:34.000Z","updated_at":"2025-04-29T02:39:01.000Z","dependencies_parsed_at":"2023-12-22T19:30:08.631Z","dependency_job_id":"682c4dba-8d64-42e5-ac73-fe475974b85d","html_url":"https://github.com/yazaldefilimone/clean-arch-express-starter","commit_stats":null,"previous_names":["yazaldefilimone/clean-arch-express-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/yazaldefilimone/clean-arch-express-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fclean-arch-express-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fclean-arch-express-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fclean-arch-express-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fclean-arch-express-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yazaldefilimone","download_url":"https://codeload.github.com/yazaldefilimone/clean-arch-express-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yazaldefilimone%2Fclean-arch-express-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260036136,"owners_count":22949256,"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":["api","boilerplate","bolierplate","clean-architecture","clean-code","express","jest","nodejs","tdd","tslint","typescript"],"created_at":"2024-10-12T05:12:15.873Z","updated_at":"2025-06-15T19:10:13.296Z","avatar_url":"https://github.com/yazaldefilimone.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":" \n \n \u003cp align=\"center\" \u003e\n\u003cimg src=\"https://i2.wp.com/www.ishanka.me/wp-content/uploads/2019/12/nodetsejs.jpg?w=2000\u0026ssl=1\" /\u003e\n\u003cP/\u003e\n \u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/static/v1?label=Clean-Arch TDD api\u0026message=Welcome\u0026color=FFFFFF\u0026labelColor=110C2F\" alt=\"Unsplash welcome!\" /\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=version\u0026message=1.0\u0026color=FFFFFF\u0026labelColor=110C2F\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=FFFFFF\u0026labelColor=110C2F\"\u003e\n  \u003cimg alt=\"Stars\" src=\"https://img.shields.io/github/stars/yazaldefilimonepinto/clean-arch-api-starter?color=FFFFFF\u0026labelColor=110C2F\"\u003e\n  \u003cimg alt=\"Languages\" src=\"https://img.shields.io/github/languages/count/yazaldefilimonepinto/clean-arch-api-starter?color=FFFFFF\u0026labelColor=110C2F\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\" \u003e\nClean architecture starter for Nodejs(Express.js) with TypeScript. \u003cbr\u003e\nAll the tools you need to build your API Rest.\n\u003cP/\u003e\n\n## Features\n\n- ⚡️ Express.js 4\n- ⛑ TypeScript\n- 📍 DotEnv - is a zero-dependency module that loads environment variables from a `.env` file into `process.env`\n- 📏 ESLint — To find and fix problems in your code\n- 💖 Prettier — Code Formatter for consistent style\n- 🐶 Husky — For running scripts before committing\n- 🚓 Commitlint — To make sure your commit messages follow the convention\n- 🚫 lint-staged — Run ESLint and Prettier against staged Git files\n- ⚙️ EditorConfig - Consistent coding styles across editors and IDEs\n- 🗂 Path Mapping — Import components or images using the `~/` prefix\n- ‽ Either Error Handler - For error handling. (Either is designed to hold either a left or a right value but never both).\n\n## Quick Start\n\nThe best way to start with this template is using [ExpressJs Docs](https://expressjs.com/en/starter/hello-world.html).\n\n```\n# yarn\nyarn create next-app -e https://github.com/yazaldefilimonepinto/clean-arch-api-starter\n# npm\nnpx create-next-app -e https://github.com/yazaldefilimonepinto/clean-arch-api-starter\n```\n\n### Development\n\nTo start the project locally, run:\n\n```bash\n  npm dev\n  our\n  yarn dev\n```\n\nOpen `http://localhost:3003` with your api-client to tests api(exemple: `postman` or `insomnia`).\n\n### Requirements\n\n- Node.js \u003e= 12.22.0\n- npm our yarn\n\n### Directory Structure\n\n- [`.husky`](.husky) — Husky configuration and hooks.\u003cbr\u003e\n- [`tests`](./tests) — Tests source code,including domain, application, infrastructure, main and shared.\u003cbr\u003e\n- [`src`](./src) — Application source code, including domain, application, infrastructure, main and shared.\u003cbr\u003e\n\n### Scripts\n\n- `yarn/npm dev` — Starts the application in development mode at `http://localhost:3003`.\n- `yarn/npm build` — Creates an optimized production build of your application.\n- `yarn/npm start` — Starts the application in production mode.\n- `yarn/npm lint` — Runs ESLint for all files in the `src` directory.\n\n### Path Mapping\n\nTypeScript/Node are pre-configured with custom path mappings. To import components or files, use the `~/` prefix.\n\n```ts\nimport { createUserFactory } from '~/application/factories/create-user-factory';\n```\n\n\u003ca id=\"license\"\u003e\u003c/a\u003e\n\n## License\n\n[MIT](https://github.com/yazaldefilimonepinto/clean-arch-api-starter/blob/main/LICENSE) © [Yazalde Filimone](https://www.linkedin.com/in/yazalde-filimone/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyazaldefilimone%2Fclean-arch-express-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyazaldefilimone%2Fclean-arch-express-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyazaldefilimone%2Fclean-arch-express-starter/lists"}