What tech stack is best for my ATS project?

0
4
Asked By TechieTurtle42 On

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

Answered By DevDynamo99 On

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.

Answered By CloudSavant77 On

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

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.