...

/

Overview: Deployment Basics—Git, GitHub, and AWS

Overview: Deployment Basics—Git, GitHub, and AWS

Get an overview of the topics covered in this chapter.

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, ...