Overview: Deployment Basics—Git, GitHub, and AWS
Explore deployment basics including version control with Git and GitHub, cloud hosting on AWS, and automation tools like Docker and CI CD. Understand how to deploy Django backends and React frontends effectively, ensuring security and optimization for real-world applications.
We'll cover the following...
We'll cover the following...
Part 3: Deploying Django and React on AWS—Delete
Deployment is one of the last important steps in software development. Our application is running locally, and everything is working fine. But how do we get our code on a public server? How do we host our frontend? How do we make changes to our code and make deployment and testing automatic? In this part of the course, we’ll explore topics such as CI/CD, GitHub, ...