Host for a Back and Front end projetct #165170
-
Select Topic AreaQuestion Feature AreaProjects BodyI'm working on a project with the following tech stack: Guidelines |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
|
Hi there! For your frontend (HTML, CSS, JS, Bootstrap), you could easily host it on GitHub Pages or Vercel. Both are great, free options with simple deployment processes. Vercel even provides automatic CI/CD pipelines, which is nice if you're pushing updates frequently. For the backend (Spring Java 21), you can check out Heroku or Railway. Both platforms offer free tiers with quick deployment for Java apps. Heroku is very straightforward for Java Spring apps, while Railway is newer but also provides great developer experience with easy integrations and scalability options. Hope this helps! Let me know if you need any further info or tips on setting them up! |
Beta Was this translation helpful? Give feedback.
-
|
You can start the project on a local server with xampp and progress the development process. |
Beta Was this translation helpful? Give feedback.
-
|
For a Spring Boot backend + static frontend, you’ve got solid free/affordable options: Backend: Try Render (free tier for Java), Railway (free credits), or Heroku (free with limitations). For more control, Oracle Cloud Always Free (ARM VMs) or fly.io (free allowances) work well. Frontend: Vercel, Netlify, or GitHub Pages are fine. |
Beta Was this translation helpful? Give feedback.
-
|
For free or low-cost hosting, I'd suggest: If you ever need to scale up, AWS, GCP, or Azure are solid choices, but they can get pricey. Starting with Render + Vercel/Netlify usually works really well. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @maradona-mirin, thanks for being a part of the GitHub Community! The |
Beta Was this translation helpful? Give feedback.
Hi there!
For your frontend (HTML, CSS, JS, Bootstrap), you could easily host it on GitHub Pages or Vercel. Both are great, free options with simple deployment processes. Vercel even provides automatic CI/CD pipelines, which is nice if you're pushing updates frequently.
For the backend (Spring Java 21), you can check out Heroku or Railway. Both platforms offer free tiers with quick deployment for Java apps. Heroku is very straightforward for Java Spring apps, while Railway is newer but also provides great developer experience with easy integrations and scalability options.
Hope this helps! Let me know if you need any further info or tips on setting them up!