# vibe-code-gy **Repository Path**: vibe-coding-2026-3/vibe-code-gy ## Basic Information - **Project Name**: vibe-code-gy - **Description**: AI驱动工程能力训练营 - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-06 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zgc-app ## 运行 1. 安装依赖 `python -m pip install -r requirements.txt` 2. 启动应用 `python -m streamlit run app.py` ## 测试 1. pytest `python -m pytest` 2. unittest `python -m unittest discover -s tests` ## 结构 ``` zgc-app/ ├─ app.py ├─ service.py ├─ task_manager.py ├─ tests/ │ ├─ __init__.py │ └─ unit/ │ ├─ __init__.py │ ├─ test_app_pytest.py │ └─ test_app_unittest.py ├─ requirements.txt ├─ pytest.ini └─ .gitignore ```