fastapi

启动

fastapi开发
uvicorn生产
  1. 通过uvicorn.run()启动,其中test02为当前py文件,app为FastAPI的实例对象,这样启动默认为http://127.0.0.1:8000,当然也可以更改host和port
  1. 通过命令uvicorn test02:app --reload      其中--reload :可以自动重启
  1. fastapi启动

demo

Loading...
目录
文章列表
王小扬博客
产品
Think
Git
软件开发
计算机网络
CI
DB
设计
缓存
Docker
Node
操作系统
Java
大前端
Nestjs
其他
PHP