DEV Community

Antonio Colaierà
Antonio Colaierà

Posted on

How I can deploy a website with a back-end and a SQL DB for free?

Hi everyone,

I researched the old posts but I didn't find an appropriate answer.
I need this to show how to work my project in my portfolio, using a demo.

**
Thank you in advance! **

Top comments (3)

Collapse
 
emtiajium profile image
Emtiaj Hasan • Edited

Try AWS free tier. You can run your app free for 1 year. I did it too for firecrackervocabulary.com

For the frontend (hosting), I used Firebase. I haven’t needed to pay so far.

Collapse
 
resetnak profile image
Alexandr Rešetňak

Hello! Depends on what your backend language is. You can use something like GoDaddy. Just search for free hosting + your backend language and something will pop up :)

Collapse
 
memahesh profile image
Medam Mahesh

I would suggest checking the below for your usecase:

  1. Heroku Free Dynos
  2. AWS Free Tier EC2 Instance
  3. Firebase

It has been some time since I checked for these. So I am not really sure if they are still offering.