Backend: .NET 10 Clean Architecture + LiteCqrs.Net + EF Core/PostgreSQL + Identity/JWT. Frontend: React 19 + Vite + TanStack Query/Router + Tailwind v4 with a retro CRT theme. Docker/compose deployment mirroring PnvPanel's conventions, scoped down to the current base feature set.
13 lines
551 B
XML
13 lines
551 B
XML
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/TeleWave.Api/TeleWave.Api.csproj" />
|
|
<Project Path="src/TeleWave.Application/TeleWave.Application.csproj" />
|
|
<Project Path="src/TeleWave.Domain/TeleWave.Domain.csproj" />
|
|
<Project Path="src/TeleWave.Infrastructure/TeleWave.Infrastructure.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/TeleWave.Domain.Tests/TeleWave.Domain.Tests.csproj" />
|
|
<Project Path="tests/TeleWave.Application.Tests/TeleWave.Application.Tests.csproj" />
|
|
</Folder>
|
|
</Solution>
|