Deploying Django and react

Is there any way to deploy react and django on the same free domain? Any tutorial or articles would be helpful.

Hi Kai,

Could you describe your use case a bit more?

For example, if you’re just looking to have a React app talk to a Django backend, I’d suggest just spinning up two separate services. You could add custom domains to have something like app.yourdomain.com for the React app, and api.yourdomain.com for your Django backend.

I hope this is helpful. Feel free to let me know if you have any other questions.

Regards,

Matt

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.