I'm using hostinger as platform to deploy my app. At the time I bought it i only knew how to code frontend so i was able to deploy it easily in the public_html folder. Now that i wanted to implement the backend and a database I tried using the VSN provided by hostinger but everything seems very complicated and I've been trying to deploy a very simple backend to test how it worked all day and I can't make it work.
Am I doing something wrong or is it just clunky? Also should I use an other provider for the backend rather than Hostinger? Idk I just need some answers because I really want to start coding my project but it would be useless if I can't deploy it once I finish coding it on visual studio code.
#i'm having big trouble trying to deploy a web app
4 messages · Page 1 of 1 (latest)
what language is your backend?
If its ts or js you can deploy it all on render or vercel (my personal fav) however if its python, you would probably need a seperate server to host it.
It's js