Getting Started
Guide users through getting your code up and running on their own system
Last updated
Was this helpful?
Guide users through getting your code up and running on their own system
Last updated
Was this helpful?
First step, clone or download .
The Onion Architecture was created and this project is based in this architectural pattern.
Layers:
Application Service
Cosmos.Toggles.Application.Service.csproj
Domain
Cosmos.Toggles.Domain.DataTransferObject.csproj
Cosmos.Toggles.Domain.Entities.csproj
Cosmos.Toggles.Domain.Enum.csproj
Cosmos.Toggles.Domain.Service.csproj
Infrastructure
Cosmos.Toggles.Infra.csproj
Cosmos.Toggles.Infra.Cosmos.Db.csproj
Test
Cosmos.Toggles.Test.Application.csproj
Cosmos.Toggles.Test.Domain.csproj
Cosmos.Toggles.Test.Infra.csproj
User Interface
Cosmos.Toggles.Ui.Api.csproj