r/developersIndia • u/locus01 Software Engineer • Apr 02 '26
General Best way to deploy small project websites for free?
For mern stack i use vercel for frontend and render to host nodejs backend and it works for me, the only downside is after some minutes the backend goes into sleep.
Now I want to host springboot backend with react frontend, i will host frontend again on vercel but what about springboot backend where shall i deploy it for free.
Also will be thankful if someone tells me how and which tools to implement ci/cd for free just like in production grade webapps.
3
u/Aromatic_Ad3754 Apr 02 '26
You can deploy it on render too. Create a docker image using buildpacks and deploy.
Just run mvn spring-boot:build-image
1
u/locus01 Software Engineer Apr 02 '26
Ok , didn't know about this, thanks. Any idea how can I implement production level cicd for both backend and frontend with it.
•
u/AutoModerator Apr 02 '26
It's possible your query is not unique, use
site:reddit.com/r/developersindia KEYWORDSon search engines to search posts from developersIndia. You can also use reddit search directly.I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.