How do I deploy a Django + React web app?

I am writing this web app, Django and React combo, but I can’t seem to find a means of deploying it?

The file structure looks thus,

Diary–|--backend–|--media (folder for storing images)
---------------------------|–diary (app)
---------------------------|–backend (project)
----------|–frontend–|--src
---------------------------|–packgage.json
---------------------------|–node-modules
---------------------------|–public
---------------------------|–etc

You can deploy your Django and React combo web app on on Digital Ocean platform its easy and other option is Amazon web service its very simple use lightsail on AWS and like how you run your web app at local host as same you can deploy.