# DeepJustice **Repository Path**: HClOL/deep-justice ## Basic Information - **Project Name**: DeepJustice - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-09 - **Last Updated**: 2026-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DeepJustice 最简启动 ## 1) 启动后端 ```powershell cd backend python -m venv venv .\venv\Scripts\activate pip install -r requirements.txt cd .. python -m backend.main ``` 后端默认地址:`http://127.0.0.1:8000` ## 2) 启动前端(新开一个终端) ```powershell cd frontend npm install npm run dev ``` 前端默认地址:`http://127.0.0.1:5173`