Skip to content

warnus/fastapi-celery-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI with Celery Simple Example

How to Start

You can use poetry. Check poetry github poetry

Install Dependency Packages

poetry install

Start FastAPI Process

poetry run uvicorn main:app

Start Celery Process

poetry run celery -A celery_app worker --loglevel=info

Now, access http://127.0.0.1:8000/docs on your brooser.

If you want to more detail guide, visit my blog here

About

Simple example working fastapi with celery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages