Go to your GitHub account and create two new projects there for each one of the services.
- For user-ms, this should look as follows:
- For order-ms, your screen should look like the following screenshot:
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