Go to file
2023-05-31 13:50:18 +08:00
.idea 驾考宝典题库 计划整改ing 2023-05-31 10:38:42 +08:00
db 使用 fastapi 重构 2023-05-31 11:52:34 +08:00
handler /car/list 调整为 post 2023-05-31 13:50:18 +08:00
logger 使用 fastapi 重构 2023-05-31 11:52:34 +08:00
model /car/list 调整为 post 2023-05-31 13:50:18 +08:00
orm 使用 fastapi 重构 2023-05-31 11:52:34 +08:00
utils 使用 fastapi 重构 2023-05-31 11:52:34 +08:00
.gitignore 驾考宝典题库 计划整改ing 2023-05-31 10:38:42 +08:00
jiakaobaodian.sql 驾考宝典题库 计划整改ing 2023-05-31 10:38:42 +08:00
main.py 使用 fastapi 重构 2023-05-31 13:20:04 +08:00
README.MD 使用 fastapi 重构 2023-05-31 11:52:34 +08:00
requirements.txt 使用 fastapi 重构 2023-05-31 11:52:34 +08:00
spider.py 驾考宝典题库 计划整改ing 2023-05-31 10:38:42 +08:00
test.js 驾考宝典题库 计划整改ing 2023-05-31 10:38:42 +08:00
test.py 驾考宝典题库 计划整改ing 2023-05-31 10:38:42 +08:00

生成 requirements.txt

pip freeze > requirements.txt 

fastapi

pip install fastapi
pip install "uvicorn[standard]"

运行

# uvicorn [文件]:[fastapi 对象] --reload --port [端口号]
# uvicorn main:app --reload --port 5000
python main.py

swagger 地址

http://127.0.0.1:5000/docs