695 B
695 B
Data Model: Project Launch Script
Entities
N/A - This feature is a utility script and does not involve persistent data storage or complex data structures.
Process State
The script manages the lifecycle of two primary processes:
-
Backend Process:
- Command:
python3 -m uvicorn src.app:app - Port: 8000 (default)
- Environment: Python Virtual Environment (
.venv)
- Command:
-
Frontend Process:
- Command:
npm run dev - Port: 5173 (default)
- Environment: Node.js /
node_modules
- Command:
Validation Rules
python3must be version 3.9 or higher.npmmust be available.backend/requirements.txtmust exist.frontend/package.jsonmust exist.