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

0
1
Asked By CraftyCoder42 On

I just completed my first full stack web app, mainly to showcase my skills with CRUD operations. I'm looking for options to host it for free. I've tried searching for hosting services, but most of the ones I found have paid plans that I don't need. Can anyone recommend some good free hosting services?

5 Answers

Answered By CuriousDev58 On

What tech stack are you using? That can help narrow down the best hosting options for you!

CraftyCoder42 -

I'm using the MERN stack!

Answered By FrontendFanatic88 On

You might want to try Railway for your backend and Vercel for the frontend. Both offer free options that can work well together.

Answered By TechWizard99 On

For full stack apps, you might want to consider paid services for better performance. But if you're keeping it simple, for static sites, try platforms like GitHub Pages, GitLab Pages, or Cloudflare Pages.

Answered By NimbleNavigator On

Check out Oracle's free tier; it has decent specs for hosting. Just remember, it is Oracle, so be prepared for some quirks!

Answered By BackEndBoss23 On

Render is a good option for hosting, but be aware that free services can be pretty slow. There's a trick where you can set up a cron job to keep your API active by pinging it regularly. Personally, I pay for my API host since it's only a couple of pounds a month, and it helps with testing.

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.