# python-still-awake **Repository Path**: fangjiayu/python-still-awake ## Basic Information - **Project Name**: python-still-awake - **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-01-19 - **Last Updated**: 2026-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Still Awake (Backend) Python FastAPI backend for the "Still Awake" (睡了么) application. ## Project Structure - `app/`: Main application code - `api/`: API route definitions - `core/`: Core configurations (settings, security) - `db/`: Database models and connection - `models/`: SQLAlchemy models - `schemas/`: Pydantic schemas - `services/`: Business logic - `alembic/`: Database migrations ## Setup 1. Install dependencies: ```bash pip install -r requirements.txt ``` ## 🏃‍♂️ 运行 (Run) ```bash # 开发模式 (Development Mode) python app/main.py ``` 服务将启动在 `http://127.0.0.1:8712`。 - API 文档 (Docs): http://localhost:8712/docs - 交互式 API (ReDoc): http://localhost:8712/redoc