{"id":15097684,"url":"https://github.com/gabolera/typescript-api-clean-arch","last_synced_at":"2026-02-08T11:39:26.850Z","repository":{"id":182804565,"uuid":"668927640","full_name":"gabolera/typescript-api-clean-arch","owner":"gabolera","description":"Starter kit for api in clean architecture using typescript to follow abstract concepts.","archived":false,"fork":false,"pushed_at":"2023-07-21T16:23:46.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T19:46:00.565Z","etag":null,"topics":["api","clean-architecture","express","koa","solid","solid-principles","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/gabolera.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}},"created_at":"2023-07-20T23:59:17.000Z","updated_at":"2023-07-21T17:49:49.000Z","dependencies_parsed_at":"2023-07-21T14:08:38.294Z","dependency_job_id":null,"html_url":"https://github.com/gabolera/typescript-api-clean-arch","commit_stats":null,"previous_names":["gabolera/typescript-api-clean-arch"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabolera%2Ftypescript-api-clean-arch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabolera%2Ftypescript-api-clean-arch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabolera%2Ftypescript-api-clean-arch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabolera%2Ftypescript-api-clean-arch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabolera","download_url":"https://codeload.github.com/gabolera/typescript-api-clean-arch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245878929,"owners_count":20687297,"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","clean-architecture","express","koa","solid","solid-principles","typescript"],"created_at":"2024-09-25T16:24:50.524Z","updated_at":"2026-02-08T11:39:26.799Z","avatar_url":"https://github.com/gabolera.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\n  \u003cimg src=\"./docs/images/logo.png\" width=\"128\"\u003e\n\n\u003c/p\u003e\n  \n# OPCLEAN\n    \n\u003cp align=\"center\"\u003e\n\n  \u003cbr/\u003e\n\n  \u003cimg src=\"https://badgen.net/badge/node/%3E=16.14.0/green\"\u003e\n  \u003cimg src=\"https://badgen.net/badge/icon/typescript?icon=typescript\u0026label\"\u003e\n  \u003cimg src=\"https://badgen.net/badge/icon/npm/red?icon=npm\u0026label\"\u003e\n\n\u003c/p\u003e\n\n---\n\n# The project\n\n\u003e **Warning**\n\u003e 🚧 Under construction\n\n\u003cbr/\u003e\n\nThis project is an start kit for api model in clean architecture using typescript to follow abstract concepts, to support any lib creating adapters and being happy 😀\n\n\n## Folder structures\n\n```\n├── src\n│   ├── app                       # Application logic and rules\n│   │   ├── entities              # Entities of data \n│   │   ├── respositories         # Interface for repositories\n│   │   └── use-cases             # Application use cases\n│   ├── infra                     # General components\n│   │   ├── core                  # Interface base for implementation on adapters\n│   │   │   ├── adapters          # Adapters for libs into project\n│   │   │   │   └── http          # Http libs adapters (Express, Koa, ...)\n│   │   │   ├── interfaces        # Basic interfaces of the system\n│   │   │   └── Route.ts          # Class for registering system routes\n│   │   ├── database              # Database configurations\n│   │   ├── routes                # Routes\n│   │   └── server.ts             # Starting server file\n│   ├── presentation              # Communication adapter between app and infra\n│   |   ├── controller            # All Controllers\n│   |   |   ├── Controller.ts     # Interface of Controller for implementations\n│   |   |   └── ...               # Application controllers\n│   |   ├── protocols             # All Controllers\n│   |   |   └── HttpProtocol.ts   # Http return interface that every application must respect\n├── .gitignore                    # Ignore file for git\n├── .prettierrc                   # Prettier config \n├── package.json                  \n├── package.lock.json            \n├── README.md  \n└── tsconfig.json                 # Project Typescript configuration file\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabolera%2Ftypescript-api-clean-arch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabolera%2Ftypescript-api-clean-arch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabolera%2Ftypescript-api-clean-arch/lists"}