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

https://github.com/vauth/fastapi


https://github.com/vauth/fastapi

api cloudflare-workers fastapi plugin-manager uvicorn

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Dynamic FastAPI + [Cloudflare](https://github.com/Vauth/fastapi/tree/cloudflare)
### ⚙️ Setup

- Install virtualenv

```shell
python3 -m pip install virtualenv
virtualenv venv
source venv/bin/activate
```

- Install requirements

```shell
python3 -m pip install -r requirements.txt
```

- Run

```shell
python3 fast.py
```

### 🗂 Plugins
#### Check out [pluginexample.py](https://github.com/Vauth/fastapi/blob/main/plugins/pluginexample.py) for more details.