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
- Host: GitHub
- URL: https://github.com/jsonfm/fastapi-apscheduler-example
- Owner: jsonfm
- Created: 2024-05-02T01:19:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T01:23:12.000Z (about 2 years ago)
- Last Synced: 2025-03-25T13:46:54.738Z (over 1 year ago)
- Topics: apscheduler, asyncio, fastapi, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```