I've been working on a web application that uses Django REST Framework and Django channels in the backend and has a Flutter frontend. It works successfully when tested locally, but my question was how would I deploy this:
- What server is most appropriate for this application? (it should be free as this is just a personal project I've been testing)
- Do I need to deploy the frontend and backend separately?
- Are there any online resources I can refer to, to help me in this process?
Any help is appreciated :)