Creating a CI/CD Pipeline for Your API

Nowadays, DevOps is a must for almost every application lifecycle. Containerization of the environment, using Continuous Integration services, running tests before deployment, and getting build notifications are the focus of this chapter. We are going to learn how to create a pipeline by Dockerizing our environment using Travis CI, Google Cloud, and GitHub. 

The following topics will be covered in this chapter: