June 2024
Intermediate to advanced
508 pages
10h 53m
English
Now that we have successfully developed our first full-stack application with a backend service and a frontend, we are going to package our app into Docker images and learn how to deploy them using continuous integration (CI) and continuous delivery (CD) principles. We have already learned how to start Docker containers in Chapter 2, Getting to Know Node.js and MongoDB. In this chapter, we will learn how to create our own Docker images to instantiate containers from. Then, we are going to manually deploy our application to a cloud provider. Finally, we are going to configure CI/CD to automate the deployment of our application. At the end of this chapter, we will have successfully deployed our ...
Read now
Unlock full access