# fastapi-qs-restful **Repository Path**: vincent-zyu/fastapi-qs-restful ## Basic Information - **Project Name**: fastapi-qs-restful - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-01 - **Last Updated**: 2025-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: FastAPI ## README ```shell python3 -m venv venv source ./venv/bin/activate pip install -r requirements.txt pip freeze > requirements.txt uvicorn main:app --reload --host 0.0.0.0 --port 8326 /mnt/vdb1/SSoftwareFiles/fastapi/qs_restful/venv/bin/uvicorn main:app --reload --host 0.0.0.0 --port 8326 tree -L 5 -I "venv" ```