Files
AI-Health/backend/HealthManager.slnx
MingNian 14d7c30d3d Initial commit: 健康管家 AI 健康陪伴助手
- Backend: .NET 10 Minimal API + EF Core + PostgreSQL
- Frontend: Flutter + Riverpod + GoRouter + Dio
- AI: DeepSeek LLM + Qwen VLM (OpenAI-compatible)
- Auth: SMS + JWT (access/refresh tokens)
- Features: AI chat, health tracking, medication management, diet analysis, exercise plans, doctor consultations, report analysis
2026-06-02 11:11:29 +08:00

12 lines
433 B
Plaintext

<Solution>
<Folder Name="/src/">
<Project Path="src/Health.Application/Health.Application.csproj" />
<Project Path="src/Health.Domain/Health.Domain.csproj" />
<Project Path="src/Health.Infrastructure/Health.Infrastructure.csproj" />
<Project Path="src/Health.WebApi/Health.WebApi.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Health.Tests/Health.Tests.csproj" />
</Folder>
</Solution>