What are the best hosting options for my full stack app?

0
10
Asked By CuriousCactus77 On

I'm working on an app to simplify life for me and my partner. I've got a basic structure set up with a React frontend and a Spring Boot backend, but I'm not sure about the best hosting options. Ideally, I'd like something that's cheap or even free, and I want to make sure it doesn't become inactive. Also, if I choose a free option, how hard is it to manage a VPS in case I want to host multiple projects or create apps for friends or clients later on?

1 Answer

Answered By TechieTom22 On

If you want something straightforward, I'd recommend starting by hosting the React frontend on platforms like Vercel or Netlify; both offer free tiers. For your Spring Boot backend and database, you could use services like Render or go for a small VPS. This setup is great for testing, and if your app grows, you can transition to a VPS for more flexibility.

QuestionAsker99 -

Got it! Do you have any specific VPS providers to suggest?

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.