https://github.com/zhouboyi1998/note-fastapi
https://github.com/zhouboyi1998/note-fastapi
fastapi uvicorn
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhouboyi1998/note-fastapi
- Owner: zhouboyi1998
- License: mit
- Created: 2025-02-20T06:28:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-18T08:03:23.000Z (over 1 year ago)
- Last Synced: 2025-07-19T10:42:26.736Z (11 months ago)
- Topics: fastapi, uvicorn
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
đ note-fastapi
### đ Language
[įŽäŊ䏿](./README.md) | English
### â Start
#### Create Virtualenv
* Create Virtualenv in the root directory
#### Install third-party libraries
```
pip install fastapi==0.115.8 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install uvicorn==0.34.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
```
#### Command list
###### Dev Mode
```bash
uvicorn main:app --port 18072 --reload
```
###### Prod Mode
```bash
uvicorn main:app --host 0.0.0.0 --port 18072
```
### đ Licence
[MIT License](https://opensource.org/licenses/MIT) Copyright (c) 2022 å¨åäš