Developing Asynchronous API with FastAPI, security JWT, PostgreSQL + SQLAlchemy, Celery + RabbitMQ, Redis and Docker
Build the images and run the containers:
$ docker-compose up -d --build
Then, run DB migrations
$ docker-compose exec web alembic upgrade head
Test out the following routes: