Create a project directory on your workstation to store the microservice source code and its OpenAPI (Swagger) definition.
Create a Working Directory
-
Open up a new window for your host operating systems’ command line interface (e.g.
cmd
for Windows orterminal
for Linux). -
Create a project directory in your home directory called
apis
.mkdir ~/apis
Continue
Proceed to Create the Inventory App.