# 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-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: FastAPI ## README # content banner and markdown # py venv ```shell python3 -m venv venv source ./venv/bin/activate pip install -r requirements.txt pip freeze > requirements.txt which uvicorn uvicorn main:app --reload --host 0.0.0.0 --port 8326 /home/zyu/SSoftwareFiles/fastapi/fastapi-qs-restful/venv/bin/uvicorn main:app --reload --host 0.0.0.0 --port 8326 ``` # tree ```shell tree -L 5 -I "venv" ``` # sshfs ```shell sudo apt update sudo apt install sshfs which sshfs sshfs --version ssh-keygen -t rsa -b 4096 ssh vincentzyu@192.168.31.168 ```