October 2020
Intermediate to advanced
358 pages
8h 39m
English
Now that we’ve completed our API testing in Chapter 9, Testing APIs, and added OAuth support for security in Chapter 10, Securing APIs, it’s time to package, build, and deploy our API project onto a public server where others can use it. Along the way we’ll take a look at something called pipelines and how they can be used to automate deployment. We’ll also delve a little bit into the DevOps world and learn about three levels of deployment automation. Finally, we’ll use the Heroku cloud platform to set up our own deployment automation using Heroku’s simple command-line tools and a bit of magic from Git to do all the work.
But before we jump into learning how to use Heroku, let’s spend a bit of time on the background ...