I am completely lost on where to host my project. I am creating a Vue website with a frontend (js) and backend (py) that has another separate Python Flask server that is almost an API of sorts that I need to be constantly running 24/7 (which is why I want it to be separate from the main backend so that it doesn’t get interrupted whenever I have to update something).
I tried to use Render, but their free plan puts the server to sleep after 30 min making it slowdown which I don’t want. Their paid plan seems to be $7 per project, when I’m sure there are other hosting sites out there that are the same price for multiple projects.
There’s so much different information on Yt and Google I don’t know what I should use. So my question is, what is a good provider I could use to host this project, with a budget under $10 a month?