API Developer
Create a project directory on your workstation to store the microservice source code and its OpenAPI (Swagger) definition.

Create a Working Directory

  1. Open up a new window for your host operating systems’ command line interface (e.g. cmd for Windows or terminal for Linux).

  2. Create a project directory in your home directory called apis.

    mkdir ~/apis
    

Continue

Proceed to Create the Inventory App.