{"id":20095959,"url":"https://github.com/avicted/createcleanarchitectureprojectdotnetcore","last_synced_at":"2026-04-22T21:38:06.286Z","repository":{"id":255586873,"uuid":"852449554","full_name":"Avicted/CreateCleanArchitectureProjectDotnetCore","owner":"Avicted","description":"This is the most basic template for Clean Architecture in Dotnet Core. It let's you start from scratch with a clean architecture in mind.","archived":false,"fork":false,"pushed_at":"2024-09-04T21:50:37.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T03:42:09.464Z","etag":null,"topics":["clean-architecture","dotnet-core"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Avicted.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-04T20:31:34.000Z","updated_at":"2024-09-24T13:21:08.000Z","dependencies_parsed_at":"2024-09-06T06:26:45.471Z","dependency_job_id":null,"html_url":"https://github.com/Avicted/CreateCleanArchitectureProjectDotnetCore","commit_stats":null,"previous_names":["avicted/createcleanarchitectureprojectdotnetcore"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avicted%2FCreateCleanArchitectureProjectDotnetCore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avicted%2FCreateCleanArchitectureProjectDotnetCore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avicted%2FCreateCleanArchitectureProjectDotnetCore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avicted%2FCreateCleanArchitectureProjectDotnetCore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Avicted","download_url":"https://codeload.github.com/Avicted/CreateCleanArchitectureProjectDotnetCore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241535211,"owners_count":19978106,"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":["clean-architecture","dotnet-core"],"created_at":"2024-11-13T16:57:10.423Z","updated_at":"2026-04-22T21:38:01.255Z","avatar_url":"https://github.com/Avicted.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clean Architecture Template for Dotnet Core\nThis is the most basic template for Clean Architecture in Dotnet Core.\nIt let's you start from scratch with a clean architecture in mind.\n\n\n## Project Dependency Tree:\n\n1. **Core Project** (AppName.Core)\n\n    Description: Contains core entities and interfaces.\n    References:\n        **None**\n\n2. **UseCases Project** (AppName.UseCases)\n\n    Description: Contains application services and business logic.\n    References:\n        **AppName.Core** (for entities and interfaces)\n\n3. **Infrastructure Project** (AppName.Infrastructure)\n\n    Description: Implements data access, repositories, and database configuration.\n    References:\n        **AppName.Core** (for entities and interfaces)\n        **AppName.UseCases** (optional, if services need to be used)\n\n4. **Web Project** (AppName.Web)\n\n    Description: Provides API endpoints and application configuration.\n    References:\n\n    - **AppName.Core** (for entities and possibly DTOs)\n    - **AppName.UseCases** (to access application services)\n    - **AppName.Infrastructure** (for data access and repositories)\n\n---\n\n\nFor a more advanced template, please check out [Ardalis: Clean Architecture](https://github.com/ardalis/CleanArchitecture)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favicted%2Fcreatecleanarchitectureprojectdotnetcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favicted%2Fcreatecleanarchitectureprojectdotnetcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favicted%2Fcreatecleanarchitectureprojectdotnetcore/lists"}