Skip to content

fastapi学习过程中书写的代码以及以fastapi所作的小项目

License

Notifications You must be signed in to change notification settings

spumant/fastapi-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

项目启动命令

常规启动

uvicorn app:app --reload

上线启动

uvicorn app:app --reload --host 0.0.0.0 --port 9000

About

fastapi学习过程中书写的代码以及以fastapi所作的小项目

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published