An open API service indexing awesome lists of open source software.

https://github.com/zhouboyi1998/note-fastapi


https://github.com/zhouboyi1998/note-fastapi

fastapi uvicorn

Last synced: about 1 month ago
JSON representation

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 周博䚉