Hey everyone! I've built a web application as a side project and I'm looking for affordable ways to deploy it. My setup includes a backend using FastAPI and Celery, a frontend built with ReactJS, and I'm using Redis and SQLite for databases. I've tried the free tier on Render, but it doesn't support Redis. Any recommendations on where I can deploy my app without breaking the bank?
3 Answers
You could deploy both your backend and frontend on Google Cloud Run, which is pretty flexible. For the database, maybe look into a cloud service like Supabase, but you'll still need a solution for Redis.
Just grab a low-cost VPS for a few bucks a month and deploy everything there. It might take a bit more setup, but it'll save you cash in the long run.
For a low-budget option, consider using a cheap Hetzner VPS. It's great for lightweight loads, and you can use Docker Compose to manage everything easily.
Related Questions
Cloudflare Origin SSL Certificate Setup Guide
How To Effectively Monetize A Site With Ads