poetry shell poetry install uvicorn app.main:app --reload --host 0.0.0.0
cd own-ossdisk bun install bun run dev
生成sk: openssl rand -hex 32
FastApi: https://fastapi.tiangolo.com/zh/learn/ Uvicorn: https://www.uvicorn.org/ SQLModel: https://sqlmodel.tiangolo.com/ Poetry: https://python-poetry.org/ AliyunOSS https://aliyun-oss-python-sdk.readthedocs.io/en/latest/