Initial commit: HealthManager full-stack health management platform
Backend: .NET 10 + PostgreSQL + EF Core + JWT + SignalR Frontend patient: React 19 + TypeScript + Vite (mobile H5) Frontend doctor: React 19 + TypeScript + Vite (desktop web)
This commit is contained in:
8
backend/HealthManager.slnx
Normal file
8
backend/HealthManager.slnx
Normal file
@@ -0,0 +1,8 @@
|
||||
<Solution>
|
||||
<Folder Name="/src/">
|
||||
<Project Path="src/HealthManager.Application/HealthManager.Application.csproj" />
|
||||
<Project Path="src/HealthManager.Domain/HealthManager.Domain.csproj" />
|
||||
<Project Path="src/HealthManager.Infrastructure/HealthManager.Infrastructure.csproj" />
|
||||
<Project Path="src/HealthManager.WebApi/HealthManager.WebApi.csproj" />
|
||||
</Folder>
|
||||
</Solution>
|
||||
Reference in New Issue
Block a user