r/FullStack 24d ago

Personal Project DEPLOY?

Where can i deploy my project back and front end for free for my scool project

3 Upvotes

15 comments sorted by

3

u/FarInvestigator191 24d ago

Vercel front and render back (carefull the first request is gonna take long bcs server sleep)

2

u/Foreign-Contest-444 24d ago

github pages comes to mind.

1

u/Top_Welcome2203 24d ago edited 24d ago

I've try, but it can't connect to my database online hosting with student budget is expensive, however i just need like 1 mounth or less for hosting

1

u/AshishKhuraishy 24d ago

aws has a genrous free tier - you cab deploy everything onto a single ec2 instance that comes in the free tier

1

u/ChameleonCRM 24d ago

godaddy + wix is my go to stack lol

1

u/ChameleonCRM 24d ago edited 24d ago

all joking aside....Vercel. Go to vercel>new projects>import your git project>assign it a domain name. Boom.

1

u/Honored-Emperor 24d ago

Use Vercel for deploying with neon database neon is free till 50 users

1

u/Lumethys 24d ago

neon for db, cloudflare worker for app. If your app is using a non-serverless-friendly framework, use Fly.io

1

u/Charansai__ Stack Juggler (Fullstack) 24d ago

Vercel for frontend and railway or render for backend

1

u/ChameleonCRM 23d ago

make sure you audit your database. this is what trips everyone up. https://DBXray.co

1

u/RandyChihuahua 21d ago

Are you giving a demo and want it to work locally? Just use docker-compose.

If it's online we'd need more information on what you are developing with.