4.5. Build runtimes

To make the “bunch” of code in core work, we will need to set up a runtime to be able to run this code. I can call this step API Integration.

Pre-setup

Before getting into the main parts, let’s create a few things as follows:

  • File app.ts.
  • Two directories adapters and routes.
  • Inside routes, create auth and pcustomer-management.

4.5.1

Content

In this section, we will go through a few small topics:

  1. Build adapters
  2. Build routes
  3. Set up the application