Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages