Best Ways to Deploy My React and Django App

0
4
Asked By TechieTornado92 On

Hey everyone! I'm fairly new to web development and I've started working on a simple CRM dashboard for our automotive parts business. I've built the app using Django for the backend and React for the frontend, and I'm handling communication between them with Axios. I've been trying to figure out the best way to deploy both applications. From my research, it seems like I might need to use two separate containers for deployment? I also read that I can deploy the Django app using IIS on a Windows server, but I'm stuck on a few details. Can anyone share some recommendations or steps I can take to get this deployed online? Thanks a bunch!

1 Answer

Answered By WebDevGuide92 On

I think CuriousDeveloper77 made a good point. You can check out this link from SaaS Pegasus; it has a detailed guide on setting up your frontend with Django, even if you're not using their templates. A good read for clear instructions! https://www.saaspegasus.com/guides/modern-javascript-for-django-developers/

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.