# py-practice **Repository Path**: vinick2020/py-practice ## Basic Information - **Project Name**: py-practice - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-02 - **Last Updated**: 2026-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用 Windows 系统命令来启动服务。请在终端命令行中运行以下命令: .venv\Scripts\python.exe -m uvicorn app.main:app --reload docker-compose up -d docker-compose ps docker-compose logs -f docker-compose restart docker-compose down