Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Repository files navigation

test.clone

A project for exploring .NET 10 and ASP.NET Core technologies using clean architecture principles.

Architecture

This project follows a layered architecture pattern with clear separation of concerns:

  • WebApi - Presentation layer (HTTP endpoints, controllers)
  • DomainApi - Business logic layer (application services, Facade pattern)
  • DomainModel - Domain layer (entities, value objects)

For detailed architectural documentation, see Architecture Overview.

Technology Stack

  • .NET 10.0
  • ASP.NET Core
  • OpenAPI/Swagger
  • TUnit (testing)

Quick Start

  1. Build the solution:

    dotnet build
  2. Run the API:

    dotnet run --project src/WebApi
  3. Access Swagger UI at: https://localhost:5260/swagger

Documentation

About

Test to clone the repository

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.