https://github.com/vauth/fastapi
https://github.com/vauth/fastapi
api cloudflare-workers fastapi plugin-manager uvicorn
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vauth/fastapi
- Owner: Vauth
- Created: 2024-03-29T13:55:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T08:52:35.000Z (about 2 years ago)
- Last Synced: 2025-03-13T10:43:15.551Z (over 1 year ago)
- Topics: api, cloudflare-workers, fastapi, plugin-manager, uvicorn
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.