{"id":27555834,"url":"https://github.com/dmytro0090/cleanarchitecture","last_synced_at":"2026-04-28T16:03:22.629Z","repository":{"id":288194475,"uuid":"967152912","full_name":"dmytro0090/CleanArchitecture","owner":"dmytro0090","description":"Clean Architecture Solution Template for ASP.NET Core","archived":false,"fork":false,"pushed_at":"2025-04-16T02:40:35.000Z","size":608,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-16T03:44:38.055Z","etag":null,"topics":["angular","aspnetcore","clean-architecture","entity-framework-core","react","template","webapi"],"latest_commit_sha":null,"homepage":"","language":"C#","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/dmytro0090.png","metadata":{"files":{"readme":"README-template.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2025-04-16T02:35:51.000Z","updated_at":"2025-04-16T02:42:01.000Z","dependencies_parsed_at":"2025-04-16T03:55:29.346Z","dependency_job_id":null,"html_url":"https://github.com/dmytro0090/CleanArchitecture","commit_stats":null,"previous_names":["dmytro0090/cleanarchitecture"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmytro0090%2FCleanArchitecture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmytro0090%2FCleanArchitecture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmytro0090%2FCleanArchitecture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmytro0090%2FCleanArchitecture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmytro0090","download_url":"https://codeload.github.com/dmytro0090/CleanArchitecture/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249753966,"owners_count":21320727,"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":["angular","aspnetcore","clean-architecture","entity-framework-core","react","template","webapi"],"created_at":"2025-04-19T17:55:19.705Z","updated_at":"2026-04-28T16:03:17.603Z","avatar_url":"https://github.com/dmytro0090.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# CleanArchitecture\n\nThe project was generated using the [Clean.Architecture.Solution.Template](caRepositoryUrl) version caPackageVersion.\n\n## Build\n\nRun `dotnet build -tl` to build the solution.\n\n## Run\n\nTo run the web application:\n\n```bash\ncd .\\src\\Web\\\ndotnet watch run\n```\n\nNavigate to https://localhost:5001. The application will automatically reload if you change any of the source files.\n\n## Code Styles \u0026 Formatting\n\nThe template includes [EditorConfig](https://editorconfig.org/) support to help maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The **.editorconfig** file defines the coding styles applicable to this solution.\n\n## Code Scaffolding\n\nThe template includes support to scaffold new commands and queries.\n\nStart in the `.\\src\\Application\\` folder.\n\nCreate a new command:\n\n```\ndotnet new ca-usecase --name CreateTodoList --feature-name TodoLists --usecase-type command --return-type int\n```\n\nCreate a new query:\n\n```\ndotnet new ca-usecase -n GetTodos -fn TodoLists -ut query -rt TodosVm\n```\n\nIf you encounter the error *\"No templates or subcommands found matching: 'ca-usecase'.\"*, install the template and try again:\n\n```bash\ndotnet new install Clean.Architecture.Solution.Template::caPackageVersion\n```\n\n## Test\n\n\u003c!--#if (UseApiOnly) --\u003e\nThe solution contains unit, integration, and functional tests.\n\nTo run the tests:\n```bash\ndotnet test\n```\n\u003c!--#else --\u003e\nThe solution contains unit, integration, functional, and acceptance tests.\n\nTo run the unit, integration, and functional tests (excluding acceptance tests):\n```bash\ndotnet test --filter \"FullyQualifiedName!~AcceptanceTests\"\n```\n\nTo run the acceptance tests, first start the application:\n\n```bash\ncd .\\src\\Web\\\ndotnet run\n```\n\nThen, in a new console, run the tests:\n```bash\ncd .\\src\\Web\\\ndotnet test\n```\n\u003c!--#endif --\u003e\n\n## Help\nTo learn more about the template go to the [project website](caRepositoryUrl). Here you can find additional guidance, request new features, report a bug, and discuss the template with other users.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmytro0090%2Fcleanarchitecture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmytro0090%2Fcleanarchitecture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmytro0090%2Fcleanarchitecture/lists"}