dev-resources.site
for different kinds of informations.
Deploying FastAPI, PostgreSQL, Celery & Redis on Render - FastAPI Beyond CRUD (Part 23)
Published at
8/5/2024
Categories
fastapi
celery
postgres
python
Author
Ssali Jonathan
In this video, we’ll walk through deploying a FastAPI application on Render: This application comprises FastAPI, PostgreSQL, Celery, and Redis. You’ll learn how to set up FastAPI, PostgreSQL for reliable database management, and Redis to enhance Celery as an efficient task queue for background processing. We’ll cover configuration tips, deployment steps, and best practices to ensure a smooth and scalable setup for your web application.
Articles
12 articles in total
Build Performant APIs with Litestar
read article
Building a Chat App with Websockets and JavaScript Using FastAPI.
read article
FastAPI Beyond CRUD Website
read article
FastAPI Beyond CRUD Full Course - A FastAPI Course
read article
Deploying FastAPI, PostgreSQL, Celery & Redis on Render - FastAPI Beyond CRUD (Part 23)
currently reading
Background Tasks with FastAPI Background Tasks and Celery + Redis - FastAPI Beyond CRUD (Part 20)
read article
API Testing With Unittest Mock, Pytest & Schemathesis - FastAPI Beyond CRUD (Part 22)
read article
API Documentation With Swagger And Redoc - FastAPI Beyond CRUD (Part 21)
read article
Handling Password Resets - FastAPI Beyond CRUD Part 19
read article
User Account Verification Via Email - FastAPI Beyond CRUD (Part 18)
read article
Middleware, Setting Up Custom Logging And CORS - FastAPI Beyond CRUD (Part 17)
read article
Error Handling (How to create Custom Error Handlers and Exceptions) - FastAPI Beyond CRUD (Part 16)
read article
Featured ones: