I am deploying my first website and currently have it running locally with React on the front end communicating with the Django backend which has a database and a rest API.
I am now at the point I have been most concerned about. I need to find a way to get this onto an actual online service. Could I get some advice on what steps I need to take get this all online? And a suggestion on what services I should use?
For further details this is a hobbyist website that will likely not have much traffic. However, I don't mind spending a bit of money to get it running quickly and consistently.