Skip to content

zhouboyi1998/note-starlette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📔 note-starlette

📖 语言

简体中文 | English

⌛ 开始

创建虚拟环境

  • 在根目录下创建虚拟环境

安装第三方库

pip install starlette==0.45.3 -i https://pypi.tuna.tsinghua.edu.cn/simple

pip install uvicorn==0.34.0 -i https://pypi.tuna.tsinghua.edu.cn/simple

pip 国内镜像源

# 清华大学
https://pypi.tuna.tsinghua.edu.cn/simple

# 中国科学技术大学
https://pypi.mirrors.ustc.edu.cn/simple

# 阿里云
https://mirrors.aliyun.com/pypi/simple

# 豆瓣
https://pypi.douban.com/simple

运行

开发模式
uvicorn main:app --port 18071 --reload
生产模式
uvicorn main:app --host 0.0.0.0 --port 18071

📜 开源协议

MIT License Copyright (c) 2022 周博义

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages