Skip to content

jaeyoung0509/fastapi-study

Repository files navigation

FastAPI

I referenced

api folder:

basic crud api using fastapi , sqlalchemy

async_api folder:

using async , made a async api and jwt auth

tortoise_orm folder:

using tortoise_orm not sqlalchemy , made a async api

pizza_api

make relation between(order - user) using sqlalchemy
make CRUD async api with fastapi

fastapi - rabbitmq - celery

before using celery, you need message broker instance rabbitmq(message broker) image with docker Celery is a distributed task queue that helps execute lots of processes/messages in the background asynchronously with real-time processing so if you have to do heavy works (like math operation, mail transmission) , celery is a good way

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published