Hi everyone! I'm building an Applicant Tracking System (ATS) for my small HR team of 10 people, and I'm using the following tech stack: Frontend with React.js, deploying on Vercel, Backend with FastAPI, and I'm unsure where to deploy it yet. I'm using Azure Blob Storage for storage and PostgreSQL along with Redis for the database.
I've been looking into Azure App Service—can anyone share their thoughts or experiences with it?
2 Answers
Your tech stack sounds solid! I'd recommend keeping it simple to start with. For your React.js frontend, Azure Static Apps would work well. For the backend, the Azure App Service seems like a good fit so you can focus on building rather than managing servers. Check out the guide on Azure's site about choosing services—it can really help you pick the right options for your needs.
Great choices overall! If you're considering Azure for your PostgreSQL database, it should serve you well. Azure's PostgreSQL is quite reliable. It's worth looking into their managed service option, which takes away most of the hassle of maintenance.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically