# rainbow-house-server **Repository Path**: wuauw/rainbow-house-server ## Basic Information - **Project Name**: rainbow-house-server - **Description**: 彩虹小屋微信小程序服务器端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-14 - **Last Updated**: 2026-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python 3.12 conda activate rainbow_house_312 # 启动服务端 uvicorn app.main:app --reload --host 0.0.0.0 --port 8000