Creating the projects on GitHub

Go to your GitHub account and create two new projects there for each one of the services.

The user microservice GitHub repository
The order microservice GitHub repository

Clone the user-ms.git repository locally, as follows:

$ git clone git@github.com:<YOUR_GITHUB_USER>/user-ms.git

Clone the order-ms.git locally:

$ git clone git@github.com:<YOUR_GITHUB_USER>/order-ms.git