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

https://github.com/jsonfm/fastapi-apscheduler-example

FastAPI + APScheduler simple example
https://github.com/jsonfm/fastapi-apscheduler-example

apscheduler asyncio fastapi python

Last synced: 2 days ago
JSON representation

FastAPI + APScheduler simple example

Awesome Lists containing this project

README

          

### FastAPI + APScheduler

example backend app to control scheduling using Fastapi with APScheduler. Check documentation on `/docs`.

### Installation

```
pip install -r requirements.txt
```

### Run

```
uvicorn main:app --host 0.0.0.0 --port 8080 --reload
```