5.5. Build runtimes

In order for the “core” code to work properly, we need to set up a runtime to run it. We can call this step API Integration.

Pre-setup

Before diving into the main parts, let’s create a few things:

  • The file app.py.
  • Two folders: adapters and routes.
  • Inside routes, create subfolders auth and pcustomer_management.

5.5.1

Content

In this section, we will cover the following:

  1. Building adapters
  2. Building routes
  3. Setting up the application