Loading...
Loading...
Compare original and translation side by side
docs/docs/package.jsoncomposer.jsonpyproject.tomlCargo.tomldocs/.mddocs/.github/workflows/.gitlab-ci.ymlJenkinsfileDockerfiledocker-compose.ymlgit log --oneline -10git remote -v.env.examplepackage.jsoncomposer.jsonpyproject.tomlCargo.tomldocs/docs/.md.github/workflows/.gitlab-ci.ymlJenkinsfileDockerfiledocker-compose.ymlgit log --oneline -10git remote -v.env.exampleREADME.mdREADME.md.mddocs/docs/.mddocs/docs/*.mddocs/authentication-flow.mddocs/docs/*.mddocs/authentication-flow.mddocs/docs/# [Project Name]# [项目名称]## Table des matières## 目录undefinedundefined| Document | Description |
|---|---|
| Architecture REST & WebSocket | Description de l'architecture API |
| Schéma de base de données | Structure des tables et relations |
**Important:** The description for each doc file must be deduced from actually reading the file content (Step 1), not invented.| 文档 | 描述 |
|---|---|
| REST & WebSocket架构 | API架构说明 |
| 数据库Schema | 表结构及关系说明 |
**重要提示**:每个文档的描述必须从实际读取的文件内容中推导(步骤1),不得虚构。## À quoi sert ce produit ?## 产品用途## Fonctionnalités principales## 核心功能## Comment ça fonctionne## 工作原理graph LRgraph TD```mermaid
graph LR
A[Utilisateur] --> B[Application Web]
B --> C[API Backend]
C --> D[Base de données]
C --> E[Services externes]
`` `
L'utilisateur interagit avec l'application web, qui communique avec l'API backend. Le backend gère la logique métier et stocke les données en base.graph LRgraph TD```mermaid
graph LR
A[用户] --> B[Web应用]
B --> C[后端API]
C --> D[数据库]
C --> E[外部服务]undefined## Environnements## 环境配置| Environnement | URL | Description |
|---------------|-----|-------------|
| Développement | `http://localhost:3000` | Environnement local |
| Staging | `https://staging.example.com` | Pré-production |
| Production | `https://app.example.com` | Environnement de production || 环境 | URL | 描述 |
|---------------|-----|-------------|
| 开发环境 | `http://localhost:3000` | 本地开发环境 |
| 预生产环境 | `https://staging.example.com` | 预生产验证环境 |
| 生产环境 | `https://app.example.com` | 正式生产环境 |## Déploiement## 部署流程graph LRgraph LR## Stack technique## 技术栈- **Frontend :** React, TypeScript, TailwindCSS
- **Backend :** Node.js, NestJS, TypeORM
- **Base de données :** PostgreSQL
- **Hébergement :** Docker, GitLab CI/CD- **前端**:React, TypeScript, TailwindCSS
- **后端**:Node.js, NestJS, TypeORM
- **数据库**:PostgreSQL
- **部署**:Docker, GitLab CI/CD## Documentation complémentaire## 补充文档docs/docs/graphflowchartsequenceDiagramclassDiagramerDiagramstateDiagramgraphflowchartsequenceDiagramclassDiagramerDiagramstateDiagramgraph LR
A[Développeur] -->|Push du code| B[GitLab CI]
B -->|Tests auto| C{Tests OK ?}
C -->|Oui| D[Déploiement Staging]
C -->|Non| E[Notification erreur]
D -->|Validation manuelle| F[Déploiement Production]graph LR
A[开发者] -->|推送代码| B[GitLab CI]
B -->|自动测试| C{测试通过?}
C -->|是| D[部署到预生产环境]
C -->|否| E[发送错误通知]
D -->|人工验证| F[部署到生产环境]docs/docs/CLAUDE.mdAGENT.mdundefinedundefined| Document | Description |
|---|---|
| Architecture API | Vue d'ensemble de l'architecture REST |
| 文档 | 描述 |
|---|---|
| API架构 | REST架构概述 |
``mermaid graph LR A[Utilisateur] --> B[Interface Web] B --> C[API NestJS] C --> D[Base PostgreSQL] C --> E[Vérification de santé] E --> F[Applications surveillées]graph LR
A[用户] --> B[Web界面]
B --> C[NestJS API]
C --> D[PostgreSQL数据库]
C --> E[健康检查模块]
E --> F[被监控的应用]
---
---docs/*.mddocs/*.mddocs/*.mddocs/*.md