# wizz_python **Repository Path**: jz0630/wizz_python ## Basic Information - **Project Name**: wizz_python - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-22 - **Last Updated**: 2025-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nginx conf ``` location /wapi/ { proxy_pass http://localhost:9000/; } location /w/ { alias /www/SpringBootProjects/xiaofeiyan/wizz_python/html/; } ``` # start up ``` fastapi dev --port=9000 server.py ```