Creating the projects on GitHub

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:
The user microservice GitHub repository
  • For order-ms, your screen should look like the following screenshot:
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

Get Hands-On RESTful Web Services with TypeScript 3 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.