In this post I will describe how to serve your Django and React routes from the same port. Before we get started, your project structure should look something like this:
Home
Casey Roby
Product Manager
Ex-Software Engineer
Thanks for visiting my website! It began as a place to collect my thoughts on problems as I encountered them in personal projects. Since then, it's expanded to document some of those same projects as I continue to explore product management and engineering in my work and home life.
I'm a product manager based out of Brooklyn, NY with a passion for identifying and solving difficult problems, hyping up my teammates, and getting into the nitty gritty technical details. Outside of work, I spend my time learning about new music genres, playing in nature, cooking and building my legendary collection of self-help books.
Github
https://github.com/elenacaseyroby
https://www.linkedin.com/in/caseyroby/
Want to get in touch?
Click the button below to drop me a line!
In this post I will be explaining the steps to deploy a Django React app to the AWS Elastic Beanstalk 64bit Amazon Linux 2 platform. Please be aware that the Linux 2 platform set up is wildly different from that of the previous platform, so this post will not help you if you are using a past platform. Additionally, we...