Budget-Friendly Deployment Options for My Web App

0
6
Asked By SkyNinja37 On

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

Answered By CloudGuru88 On

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.

Answered By BudgetCoder22 On

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.

Answered By TechWhiz99 On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.