root/
│
├── Clicker.Api/ (Presentation Layer)
│ ├── Controllers/ (API or MVC controllers)
│ ├── Models/ (ViewModels, DTOs)
│ └── MyProject.Presentation.csproj
│
├── Clicker.Application/ (Application Layer)
│ ├── Services/ (Application-specific services)
│ ├── Features/ (Use cases, reusable business logic)
│ ├── Interfaces/ (Interfaces defining application services)
│ └── MyProject.Application.csproj
│
├── Clicker.Domain/ (Domain Layer)
│ ├── Entities/ (Domain entities)
│ ├── Interfaces/ (Interfaces defining domain services)
│ ├── Constants/ (Domain constants, exceptions, etc...)
│ └── MyProject.Domain.csproj
│
├── Clicker.Infrastructure/ (Infrastructure Layer)
│ ├── Data/ (Data access, repositories)
│ ├── DependencyInjection/
│ ├── Services/
│ └── MyProject.Infrastructure.csproj
│
├── Clicker.sln (Solution file)
└── README.md (Documentation)
-
Notifications
You must be signed in to change notification settings - Fork 0
ivan-timofeev/Clicker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published