# water_applets **Repository Path**: legendqi/water_applets ## Basic Information - **Project Name**: water_applets - **Description**: 潜脉小程序后台程序 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-24 - **Last Updated**: 2024-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 本地运行 pip install -r requirements.txt python manage.py runserver daphne -b 0.0.0.0 -p 8888 water_applets.asgi:application 异步运行:uvicorn water_applets.asgi:application --reload ## 接口地址 http://127.0.0.1:8000/docs